Package org.chenile.core.model
Class ParamDefinition
java.lang.Object
org.chenile.core.model.ParamDefinition
- All Implemented Interfaces:
Serializable
Defines an individual parameter that is accepted by an operation of a sevice.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) String(package private) String(package private) Class<?>private static final long(package private) HttpBindingType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Class<?>getType()booleanvoidsetCacheKey(boolean cacheKey) voidsetDescription(String description) voidvoidsetParamClass(Class<?> paramClass) voidsetType(HttpBindingType type) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
String name -
type
HttpBindingType type -
description
String description -
paramClass
Class<?> paramClass -
cacheKey
boolean cacheKey
-
-
Constructor Details
-
ParamDefinition
public ParamDefinition()
-
-
Method Details