public class OperationParameterFromInjection extends Object implements OperationParameter
Constructor and Description |
---|
OperationParameterFromInjection(String name,
Class<?> type,
Type genericType,
String defaultValue,
String description,
String[] validValues) |
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 OperationParameter
public String getDefaultValue()
getDefaultValue
in interface OperationParameter
public String getDescription()
getDescription
in interface OperationParameter
public List<String> getValidValues()
getValidValues
in interface OperationParameter
public Class<?> getType()
getType
in interface OperationParameter
public Type getGenericType()
getGenericType
in interface OperationParameter
public boolean isCompatible(OperationParameter that)
isCompatible
in interface OperationParameter
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.