public static enum StandardToolParameter.Type extends Enum<StandardToolParameter.Type>
| Enum Constant and Description |
|---|
BOOLEAN |
DATETIME |
FLOAT |
INTEGER |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static StandardToolParameter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardToolParameter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardToolParameter.Type STRING
public static final StandardToolParameter.Type DATETIME
public static final StandardToolParameter.Type INTEGER
public static final StandardToolParameter.Type FLOAT
public static final StandardToolParameter.Type BOOLEAN
public static StandardToolParameter.Type[] values()
for (StandardToolParameter.Type c : StandardToolParameter.Type.values()) System.out.println(c);
public static StandardToolParameter.Type 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 getName()
Copyright © 2021 Suncode. All rights reserved.