|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GraphEdgeidsType>
org.graphdrawing.graphml.GraphEdgeidsType
public enum GraphEdgeidsType
A representation of the literals of the enumeration 'Graph Edgeids Type', and utility methods for working with them. Simple type for the parse.edgeids attribute of <graph>. graph.edgeids.type is final, that is, it may not be extended or restricted. graph.edgeids.type is a restriction of xs:string Allowed values: (no restriction).
GraphMLPackage.getGraphEdgeidsType()
extendedMetaData | = | name='graph.edgeids.type' |
Enum Constant Summary | |
---|---|
CANONICAL
The 'Canonical' literal object. |
|
FREE
The 'Free' literal object. |
Field Summary | |
---|---|
static int |
CANONICAL_VALUE
The 'Canonical' literal value. |
static int |
FREE_VALUE
The 'Free' literal value. |
static List<GraphEdgeidsType> |
VALUES
A public read-only list of all the 'Graph Edgeids Type' enumerators. |
Method Summary | |
---|---|
static GraphEdgeidsType |
get(int value)
Returns the 'Graph Edgeids Type' literal with the specified integer value. |
static GraphEdgeidsType |
get(String literal)
Returns the 'Graph Edgeids Type' literal with the specified literal value. |
static GraphEdgeidsType |
getByName(String name)
Returns the 'Graph Edgeids 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 GraphEdgeidsType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphEdgeidsType[] |
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 GraphEdgeidsType CANONICAL
CANONICAL_VALUE
public static final GraphEdgeidsType FREE
FREE_VALUE
Field Detail |
---|
public static final int CANONICAL_VALUE
If the meaning of 'Canonical' literal object isn't clear, there really should be more of a description here...
CANONICAL
,
Constant Field Valuesname | = | canonical |
public static final int FREE_VALUE
If the meaning of 'Free' literal object isn't clear, there really should be more of a description here...
FREE
,
Constant Field Valuesname | = | free |
public static final List<GraphEdgeidsType> VALUES
Method Detail |
---|
public static GraphEdgeidsType[] values()
for (GraphEdgeidsType c : GraphEdgeidsType.values()) System.out.println(c);
public static GraphEdgeidsType 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 GraphEdgeidsType get(String literal)
public static GraphEdgeidsType getByName(String name)
public static GraphEdgeidsType 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<GraphEdgeidsType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |