public static enum ModelDescription.Types extends java.lang.Enum<ModelDescription.Types>
| Enum Constant and Description |
|---|
Boolean |
Enumeration |
Integer |
Real |
String |
| Modifier and Type | Method and Description |
|---|---|
static ModelDescription.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelDescription.Types |
valueOfIgnorecase(java.lang.String value) |
static ModelDescription.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDescription.Types Boolean
public static final ModelDescription.Types Real
public static final ModelDescription.Types Integer
public static final ModelDescription.Types String
public static final ModelDescription.Types Enumeration
public static ModelDescription.Types[] values()
for (ModelDescription.Types c : ModelDescription.Types.values()) System.out.println(c);
public static ModelDescription.Types valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ModelDescription.Types valueOfIgnorecase(java.lang.String value)
Copyright © 2015-2018 INTO CPS. All Rights Reserved.