public enum CsymbolURI extends Enum<CsymbolURI>
Java class for CsymbolURI.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CsymbolURI"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="http://www.sbml.org/sbml/symbols/time"/> <enumeration value="http://www.sbml.org/sbml/symbols/delay"/> </restriction> </simpleType>
Enum Constant and Description |
---|
HTTP_WWW_SBML_ORG_SBML_SYMBOLS_DELAY |
HTTP_WWW_SBML_ORG_SBML_SYMBOLS_TIME |
Modifier and Type | Method and Description |
---|---|
static CsymbolURI |
fromValue(String v) |
String |
value() |
static CsymbolURI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsymbolURI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsymbolURI HTTP_WWW_SBML_ORG_SBML_SYMBOLS_TIME
public static final CsymbolURI HTTP_WWW_SBML_ORG_SBML_SYMBOLS_DELAY
public static CsymbolURI[] values()
for (CsymbolURI c : CsymbolURI.values()) System.out.println(c);
public static CsymbolURI valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static CsymbolURI fromValue(String v)
Copyright © 2018. All rights reserved.