public static class Arc.ArcType extends EnumeratedAttribute
value
Constructor and Description |
---|
ArcType()
Constructor
|
ArcType(java.lang.String value)
Constructor using a string.
|
Modifier and Type | Method and Description |
---|---|
static Arc.ArcType |
getDefault()
Get the default ArcType value.
|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public ArcType()
public ArcType(java.lang.String value)
value
- the value of the attributepublic static Arc.ArcType getDefault()
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
indexOfValue(String)
always return the same index for the same value.{@inheritDoc}.