| Modifier and Type | Required Element and Description |
|---|---|
String[] |
longName |
String[] |
shortName |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
defaultBooleanValue
the default value for a non-switch attribute
|
String[] |
defaultValue
the default value for a single-string attribute
|
String |
description
a text describing the attribute
|
boolean |
isSwitch
if the return type is boolean this indicated that the argument is used without value, if present the result is true, otherwise
false (defaultBooleanValue ignored)
|
boolean |
required |
public abstract String[] longName
public abstract String[] shortName
public abstract String[] defaultValue
public abstract boolean defaultBooleanValue
public abstract boolean isSwitch
public abstract boolean required
public abstract String description
Copyright © 2014. All Rights Reserved.