public static enum IfcStepDeserializer.Mode extends Enum<IfcStepDeserializer.Mode>
| Modifier and Type | Method and Description |
|---|---|
static IfcStepDeserializer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcStepDeserializer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcStepDeserializer.Mode HEADER
public static final IfcStepDeserializer.Mode DATA
public static final IfcStepDeserializer.Mode FOOTER
public static final IfcStepDeserializer.Mode DONE
public static IfcStepDeserializer.Mode[] values()
for (IfcStepDeserializer.Mode c : IfcStepDeserializer.Mode.values()) System.out.println(c);
public static IfcStepDeserializer.Mode 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 nullCopyright © 2016 OpenSource BIM. All rights reserved.