public class OperationParameterFromAnnotation extends Object implements OperationParameter
| Constructor and Description |
|---|
OperationParameterFromAnnotation(Param param,
Class<?> type,
Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
Type |
getGenericType() |
String |
getName() |
Class<?> |
getType() |
List<String> |
getValidValues() |
boolean |
isCompatible(OperationParameter that) |
public String getName()
getName in interface OperationParameterpublic String getDefaultValue()
getDefaultValue in interface OperationParameterpublic String getDescription()
getDescription in interface OperationParameterpublic List<String> getValidValues()
getValidValues in interface OperationParameterpublic Class<?> getType()
getType in interface OperationParameterpublic Type getGenericType()
getGenericType in interface OperationParameterpublic boolean isCompatible(OperationParameter that)
isCompatible in interface OperationParameterCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.