@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public enum EnumShapeType extends Enum<EnumShapeType>
Java class for EnumShapeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumShapeType">
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Line"/>
<enumeration value="Path"/>
<enumeration value="Rectangular"/>
<enumeration value="Round"/>
<enumeration value="RoundedRectangle"/>
<enumeration value="Custom"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CUSTOM |
LINE |
PATH |
RECTANGULAR |
ROUND |
ROUNDED_RECTANGLE |
| Modifier and Type | Method and Description |
|---|---|
static EnumShapeType |
fromValue(String v) |
String |
value() |
static EnumShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumShapeType LINE
public static final EnumShapeType PATH
public static final EnumShapeType RECTANGULAR
public static final EnumShapeType ROUND
public static final EnumShapeType ROUNDED_RECTANGLE
public static final EnumShapeType CUSTOM
public static EnumShapeType[] values()
for (EnumShapeType c : EnumShapeType.values()) System.out.println(c);
public static EnumShapeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static EnumShapeType fromValue(String v)
Copyright © 2016. All rights reserved.