public enum swComponentIdentifier_e extends java.lang.Enum<swComponentIdentifier_e>
Modifier and Type | Method and Description |
---|---|
static swComponentIdentifier_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swComponentIdentifier_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swComponentIdentifier_e swComponentIdentifier_None
public static final swComponentIdentifier_e swComponentIdentifier_PhysicalProductTitle
public static final swComponentIdentifier_e swComponentIdentifier_ComponentName
public static final swComponentIdentifier_e swComponentIdentifier_ComponentDescription
public static final swComponentIdentifier_e swComponentIdentifier_EnterpriseItemNumber
public static final swComponentIdentifier_e swComponentIdentifier_PhysicalProductDescription
public static final swComponentIdentifier_e swComponentIdentifier_ConfigurationName
public static final swComponentIdentifier_e swComponentIdentifier_ConfigurationDescription
public static final swComponentIdentifier_e swComponentIdentifier_DisplayStateName
public static final swComponentIdentifier_e swComponentIdentifier_FileTitle
public static final swComponentIdentifier_e swComponentIdentifier_PLMRevision
public static swComponentIdentifier_e[] values()
for (swComponentIdentifier_e c : swComponentIdentifier_e.values()) System.out.println(c);
public static swComponentIdentifier_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