java.io.Serializable, java.lang.Comparable<ParameterValueType>public enum ParameterValueType extends java.lang.Enum<ParameterValueType>
Created: 2008. 03. 29 PM 3:47:00
| Enum Constant | Description |
|---|---|
BOOLEAN |
|
DOUBLE |
|
FLOAT |
|
INT |
|
LONG |
|
PARAMETERS |
|
STRING |
|
TEXT |
|
VARIABLE |
| Modifier and Type | Method | Description |
|---|---|---|
static ParameterValueType |
determineValueType(java.lang.Object value) |
|
static ParameterValueType |
resolve(java.lang.String alias) |
Returns a ParameterValueType with a value represented by the specified String.
|
static ParameterValueType |
resolveByHint(java.lang.String name) |
|
static java.lang.String |
stripValueTypeHint(java.lang.String name) |
|
java.lang.String |
toString() |
|
static ParameterValueType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ParameterValueType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterValueType STRING
public static final ParameterValueType TEXT
public static final ParameterValueType INT
public static final ParameterValueType LONG
public static final ParameterValueType FLOAT
public static final ParameterValueType DOUBLE
public static final ParameterValueType BOOLEAN
public static final ParameterValueType VARIABLE
public static final ParameterValueType PARAMETERS
public static ParameterValueType[] values()
for (ParameterValueType c : ParameterValueType.values()) System.out.println(c);
public static ParameterValueType 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 java.lang.String toString()
toString in class java.lang.Enum<ParameterValueType>public static ParameterValueType resolve(java.lang.String alias)
alias - the specified Stringpublic static ParameterValueType resolveByHint(java.lang.String name)
public static java.lang.String stripValueTypeHint(java.lang.String name)
public static ParameterValueType determineValueType(java.lang.Object value)
Copyright © 2008–2018 The Aspectran Project. All rights reserved.