|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EndpointTypeType>
org.graphdrawing.graphml.EndpointTypeType
public enum EndpointTypeType
A representation of the literals of the enumeration 'Endpoint Type Type', and utility methods for working with them. Simple type for the type attribute of <endpoint>. endpoint.type.type is a restriction of xs:NMTOKEN Allowed values: in, out, undir.
GraphMLPackage.getEndpointTypeType()
extendedMetaData | = | name='endpoint.type.type' |
Enum Constant Summary | |
---|---|
IN
The 'In' literal object. |
|
OUT
The 'Out' literal object. |
|
UNDIR
The 'Undir' literal object. |
Field Summary | |
---|---|
static int |
IN_VALUE
The 'In' literal value. |
static int |
OUT_VALUE
The 'Out' literal value. |
static int |
UNDIR_VALUE
The 'Undir' literal value. |
static List<EndpointTypeType> |
VALUES
A public read-only list of all the 'Endpoint Type Type' enumerators. |
Method Summary | |
---|---|
static EndpointTypeType |
get(int value)
Returns the 'Endpoint Type Type' literal with the specified integer value. |
static EndpointTypeType |
get(String literal)
Returns the 'Endpoint Type Type' literal with the specified literal value. |
static EndpointTypeType |
getByName(String name)
Returns the 'Endpoint Type Type' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static EndpointTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EndpointTypeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EndpointTypeType IN
IN_VALUE
public static final EndpointTypeType OUT
OUT_VALUE
public static final EndpointTypeType UNDIR
UNDIR_VALUE
Field Detail |
---|
public static final int IN_VALUE
If the meaning of 'In' literal object isn't clear, there really should be more of a description here...
IN
,
Constant Field Valuesname | = | in |
public static final int OUT_VALUE
If the meaning of 'Out' literal object isn't clear, there really should be more of a description here...
OUT
,
Constant Field Valuesname | = | out |
public static final int UNDIR_VALUE
If the meaning of 'Undir' literal object isn't clear, there really should be more of a description here...
UNDIR
,
Constant Field Valuesname | = | undir |
public static final List<EndpointTypeType> VALUES
Method Detail |
---|
public static EndpointTypeType[] values()
for (EndpointTypeType c : EndpointTypeType.values()) System.out.println(c);
public static EndpointTypeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static EndpointTypeType get(String literal)
public static EndpointTypeType getByName(String name)
public static EndpointTypeType get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<EndpointTypeType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |