public enum SkbShellArgumentType extends Enum<SkbShellArgumentType> implements HasDescription
SkbShell.| Enum Constant and Description |
|---|
Boolean
A Boolean type.
|
Char
A Char type.
|
Double
A Double type.
|
Integer
An Integer type.
|
ListInteger
A list of integers.
|
ListString
A list of strings.
|
String
A String type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static SkbShellArgumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkbShellArgumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkbShellArgumentType Boolean
public static final SkbShellArgumentType Char
public static final SkbShellArgumentType Double
public static final SkbShellArgumentType Integer
public static final SkbShellArgumentType String
public static final SkbShellArgumentType ListString
public static final SkbShellArgumentType ListInteger
public static SkbShellArgumentType[] values()
for (SkbShellArgumentType c : SkbShellArgumentType.values()) System.out.println(c);
public static SkbShellArgumentType 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 getDescription()
getDescription in interface HasDescriptionCopyright © 2010–2017. All rights reserved.