public static enum BioPAXAttrDescProto.Type extends java.lang.Enum<BioPAXAttrDescProto.Type>
Enum Constant and Description |
---|
tDOUBLE |
tINTEGER |
tLIST |
tOBJECT |
tSTRING |
tUNKNOWN |
Modifier and Type | Method and Description |
---|---|
static BioPAXAttrDescProto.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BioPAXAttrDescProto.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BioPAXAttrDescProto.Type tUNKNOWN
public static final BioPAXAttrDescProto.Type tSTRING
public static final BioPAXAttrDescProto.Type tINTEGER
public static final BioPAXAttrDescProto.Type tDOUBLE
public static final BioPAXAttrDescProto.Type tOBJECT
public static final BioPAXAttrDescProto.Type tLIST
public static BioPAXAttrDescProto.Type[] values()
for (BioPAXAttrDescProto.Type c : BioPAXAttrDescProto.Type.values()) System.out.println(c);
public static BioPAXAttrDescProto.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null