Uses of Class
org.marid.project.model.ArgumentRef.Type
| Package | Description |
|---|---|
| org.marid.project.model |
-
Uses of ArgumentRef.Type in org.marid.project.model
Methods in org.marid.project.model that return ArgumentRef.Type Modifier and Type Method Description static ArgumentRef.TypeArgumentRef.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgumentRef.Type[]ArgumentRef.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 ArgumentRef.Type Constructor Description ArgumentRef(@NotNull ArgumentRef.Type type, @NotNull java.lang.String cellar, @NotNull java.lang.String ref)