Uses of Class
de.xima.fc.workflow.parser.infix.EParsedElementKind
-
Packages that use EParsedElementKind Package Description de.xima.fc.workflow.parser.infix -
-
Uses of EParsedElementKind in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix that return EParsedElementKind Modifier and Type Method Description EParsedElementKind
IParsedElement. getKind()
static EParsedElementKind
EParsedElementKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static EParsedElementKind[]
EParsedElementKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-