public static enum StructureStateUtilsTest.TestStructureState extends java.lang.Enum<StructureStateUtilsTest.TestStructureState> implements StructureState
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAfter(StructureState structureState)
Checks if instance of given structure state is after structure state passed in method.
|
static StructureStateUtilsTest.TestStructureState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructureStateUtilsTest.TestStructureState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureStateUtilsTest.TestStructureState V1
public static final StructureStateUtilsTest.TestStructureState V2
public static final StructureStateUtilsTest.TestStructureState V3
public static final StructureStateUtilsTest.TestStructureState V4
public static final StructureStateUtilsTest.TestStructureState LAST
public static StructureStateUtilsTest.TestStructureState[] values()
for (StructureStateUtilsTest.TestStructureState c : StructureStateUtilsTest.TestStructureState.values()) System.out.println(c);
public static StructureStateUtilsTest.TestStructureState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isAfter(StructureState structureState)
StructureStateisAfter in interface StructureStatestructureState - StructureStatetrue if instance of given structure state is after structure state passed in method, false
otherwiseCopyright © 2018 SAP SE. All Rights Reserved.