public static enum MocShapeMode.MocType extends Enum<MocShapeMode.MocType>
| Enum Constant and Description |
|---|
SMOC
Space MOC.
|
STMOC
Space-Time MOC.
|
TMOC
Time MOC.
|
| Modifier and Type | Method and Description |
|---|---|
static MocShapeMode.MocType |
fromString(String txt)
Returns a MocType instance corresponding to a user-supplied string.
|
static MocShapeMode.MocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MocShapeMode.MocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MocShapeMode.MocType SMOC
public static final MocShapeMode.MocType TMOC
public static final MocShapeMode.MocType STMOC
public static MocShapeMode.MocType[] values()
for (MocShapeMode.MocType c : MocShapeMode.MocType.values()) System.out.println(c);
public static MocShapeMode.MocType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MocShapeMode.MocType fromString(String txt)
txt - moc type designatorCopyright © 2026 Central Laboratory of the Research Councils. All Rights Reserved.