Package org.pathvisio.libgpml.prop
Enum StaticPropertyType
java.lang.Object
java.lang.Enum<StaticPropertyType>
org.pathvisio.libgpml.prop.StaticPropertyType
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<StaticPropertyType>,java.lang.constant.Constable,PropertyType
public enum StaticPropertyType extends java.lang.Enum<StaticPropertyType> implements PropertyType
The properties in
StaticProperty define properties of different
types, all the possible types are defined here.- Author:
- unknown, finterly
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description ALIASREFANCHORSHAPETYPEANNOTATIONREFANNOTATIONTYPEARROWHEADTYPEAUTHORBOOLEANCITATIONREFCOLORCOMMENTCONNECTORTYPEDATANODETYPEDATASOURCEDESCRIPTIONDOUBLEEVIDENCEREFFONTNAMEGROUPTYPEHALIGNTYPEINTEGERLINESTYLETYPELINKABLETOORGANISMROTATIONSHAPETYPESTATETYPESTRINGVALIGNTYPEXREF -
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringid -
Constructor Summary
Constructors Modifier Constructor Description privateStaticPropertyType() -
Method Summary
Modifier and Type Method Description java.lang.StringgetId()The id for this type.static StaticPropertyTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StaticPropertyType[]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, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
BOOLEAN
-
DOUBLE
-
INTEGER
-
STRING
-
COLOR
-
ORGANISM
-
DESCRIPTION
-
AUTHOR
-
COMMENT
-
ANNOTATIONREF
-
CITATIONREF
-
EVIDENCEREF
-
ANNOTATIONTYPE
-
XREF
-
DATASOURCE
-
DATANODETYPE
-
STATETYPE
-
GROUPTYPE
-
ALIASREF
-
ARROWHEADTYPE
-
LINKABLETO
-
ANCHORSHAPETYPE
-
CONNECTORTYPE
-
FONTNAME
-
HALIGNTYPE
-
VALIGNTYPE
-
SHAPETYPE
-
LINESTYLETYPE
-
ROTATION
-
-
Field Details
-
id
private java.lang.String id
-
-
Constructor Details
-
StaticPropertyType
private StaticPropertyType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getId
public java.lang.String getId()Description copied from interface:PropertyTypeThe id for this type.- Specified by:
getIdin interfacePropertyType
-