public static interface CommandLine.Model.IAnnotatedElement
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
int |
getMethodParamPosition() |
String |
getMixinName() |
String |
getName() |
CommandLine.Model.IGetter |
getter() |
String |
getToString() |
CommandLine.Model.ITypeInfo |
getTypeInfo() |
boolean |
hasInitialValue() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isArgGroup() |
boolean |
isArgSpec() |
boolean |
isInteractive() |
boolean |
isMethodParameter() |
boolean |
isMixin() |
boolean |
isMultiValue() |
boolean |
isOption() |
boolean |
isParameter() |
boolean |
isParentCommand() |
boolean |
isSpec() |
boolean |
isUnmatched() |
CommandLine.Model.IScope |
scope() |
CommandLine.Model.ISetter |
setter() |
Object |
userObject() |
Object userObject()
boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
String getName()
String getMixinName()
boolean isArgSpec()
boolean isOption()
boolean isParameter()
boolean isArgGroup()
boolean isMixin()
boolean isUnmatched()
boolean isSpec()
boolean isParentCommand()
boolean isMultiValue()
boolean isInteractive()
boolean hasInitialValue()
boolean isMethodParameter()
int getMethodParamPosition()
CommandLine.Model.IScope scope()
CommandLine.Model.IGetter getter()
CommandLine.Model.ISetter setter()
CommandLine.Model.ITypeInfo getTypeInfo()
String getToString()