public enum swMacroFeatureEntityIdType_e extends java.lang.Enum<swMacroFeatureEntityIdType_e>
Enum Constant and Description |
---|
swMacroFeatureEntityIdDerived |
swMacroFeatureEntityIdNotApplied |
swMacroFeatureEntityIdUndefined |
swMacroFeatureEntityIdUnique |
swMacroFeatureEntityIdUserDefined |
Modifier and Type | Method and Description |
---|---|
static swMacroFeatureEntityIdType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMacroFeatureEntityIdType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMacroFeatureEntityIdType_e swMacroFeatureEntityIdNotApplied
public static final swMacroFeatureEntityIdType_e swMacroFeatureEntityIdUndefined
public static final swMacroFeatureEntityIdType_e swMacroFeatureEntityIdUnique
public static final swMacroFeatureEntityIdType_e swMacroFeatureEntityIdDerived
public static final swMacroFeatureEntityIdType_e swMacroFeatureEntityIdUserDefined
public static swMacroFeatureEntityIdType_e[] values()
for (swMacroFeatureEntityIdType_e c : swMacroFeatureEntityIdType_e.values()) System.out.println(c);
public static swMacroFeatureEntityIdType_e 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 null