Uses of Class
org.marid.project.model.ArgumentLiteral.Type
| Package | Description |
|---|---|
| org.marid.project.model |
-
Uses of ArgumentLiteral.Type in org.marid.project.model
Methods in org.marid.project.model that return ArgumentLiteral.Type Modifier and Type Method Description ArgumentLiteral.TypeArgumentLiteral. getType()static ArgumentLiteral.TypeArgumentLiteral.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgumentLiteral.Type[]ArgumentLiteral.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.marid.project.model with parameters of type ArgumentLiteral.Type Constructor Description ArgumentLiteral(ArgumentLiteral.Type type, java.lang.String value)