Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected ArgumentType |
Argument.type |
Modifier and Type | Method and Description |
---|---|
static ArgumentType |
ArgumentType.fromValue(String v) |
ArgumentType |
Argument.getType()
Type of this argument.
|
static ArgumentType |
ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgumentType[] |
ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Argument.setType(ArgumentType value)
Sets the value of the type property.
|
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.