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