Package | Description |
---|---|
org.apache.velocity.util |
Modifier and Type | Method and Description |
---|---|
static DuckType.Types |
DuckType.Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DuckType.Types[] |
DuckType.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.reflect.Method |
DuckType.findMethod(java.lang.Class<?> c,
DuckType.Types type) |
protected static java.lang.Object |
DuckType.get(java.lang.Object value,
DuckType.Types type) |