Package org.cip4.jdflib.extensions
Enum XJDFEnums.eCoating
- java.lang.Object
-
- java.lang.Enum<XJDFEnums.eCoating>
-
- org.cip4.jdflib.extensions.XJDFEnums.eCoating
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<XJDFEnums.eCoating>
- Enclosing class:
- XJDFEnums
public static enum XJDFEnums.eCoating extends java.lang.Enum<XJDFEnums.eCoating>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XJDFEnums.eCoatinggetEnum(java.lang.String s)java.lang.StringgetJDFVal()static XJDFEnums.eCoatingvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XJDFEnums.eCoating[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Coated
public static final XJDFEnums.eCoating Coated
-
Gloss
public static final XJDFEnums.eCoating Gloss
-
Matte
public static final XJDFEnums.eCoating Matte
-
None
public static final XJDFEnums.eCoating None
-
Satin
public static final XJDFEnums.eCoating Satin
-
-
Method Detail
-
values
public static XJDFEnums.eCoating[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (XJDFEnums.eCoating c : XJDFEnums.eCoating.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static XJDFEnums.eCoating valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getEnum
public static XJDFEnums.eCoating getEnum(java.lang.String s)
-
getJDFVal
public java.lang.String getJDFVal()
-
-