Uses of Enum Class
llnl.gnem.core.metadata.OrientationCode
Packages that use OrientationCode
-
Uses of OrientationCode in llnl.gnem.core.metadata
Methods in llnl.gnem.core.metadata that return OrientationCodeModifier and TypeMethodDescriptionstatic OrientationCode
OrientationCode.getEnumValue
(String string) Channel.getOrientationCode()
static OrientationCode
Returns the enum constant of this class with the specified name.static OrientationCode[]
OrientationCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in llnl.gnem.core.metadata that return types with arguments of type OrientationCodeConstructors in llnl.gnem.core.metadata with parameters of type OrientationCodeModifierConstructorDescriptionChannel
(BandCode band, InstrumentCode instrument, OrientationCode code)