public static class CommandModelData.ParamData extends Object implements Param
Modifier and Type | Field and Description |
---|---|
String |
_acceptableValues |
String |
_alias |
String |
_defaultValue |
boolean |
_multiple |
String |
_name |
boolean |
_obsolete |
boolean |
_optional |
boolean |
_password |
boolean |
_primary |
char |
_separator |
String |
_shortName |
Constructor and Description |
---|
ParamData() |
Modifier and Type | Method and Description |
---|---|
String |
acceptableValues() |
String |
alias() |
Class<? extends Annotation> |
annotationType() |
Class<? extends ParamDefaultCalculator> |
defaultCalculator() |
String |
defaultValue() |
boolean |
multiple() |
String |
name() |
boolean |
obsolete() |
boolean |
optional() |
boolean |
password() |
boolean |
primary() |
char |
separator() |
String |
shortName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public String _name
public String _acceptableValues
public boolean _optional
public String _shortName
public boolean _primary
public String _defaultValue
public boolean _password
public char _separator
public boolean _multiple
public boolean _obsolete
public String _alias
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String name()
public String acceptableValues()
public boolean optional()
public String shortName()
public boolean primary()
public String defaultValue()
public Class<? extends ParamDefaultCalculator> defaultCalculator()
public boolean password()
public char separator()
public boolean multiple()
public boolean obsolete()
public String alias()
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2019. All rights reserved.