public class Argument extends Object
| Constructor and Description |
|---|
Argument(String name,
Class type,
String defaultValue,
boolean required,
boolean inheritable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault() |
String |
getName() |
Class |
getType() |
boolean |
isInheritable() |
boolean |
isRequired() |
Object |
valueOf(String value)
Convert the string value into an object of the specified type.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.