public static enum SBGNbuilder.Language extends Enum<SBGNbuilder.Language>
Enum Constant and Description |
---|
activity_flow |
entity_relationship |
process_description |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SBGNbuilder.Language |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SBGNbuilder.Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SBGNbuilder.Language activity_flow
public static final SBGNbuilder.Language entity_relationship
public static final SBGNbuilder.Language process_description
public static SBGNbuilder.Language[] values()
for (SBGNbuilder.Language c : SBGNbuilder.Language.values()) System.out.println(c);
public static SBGNbuilder.Language 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 toString()
toString
in class Enum<SBGNbuilder.Language>
Copyright © 2015–2019 University of Tübingen. All rights reserved.