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
Modifier and TypeFieldDescription(package private) boolean
(package private) String
(package private) String
(package private) Class<?>
private static final long
(package private) HttpBindingType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Class<?>
getType()
boolean
void
setCacheKey
(boolean cacheKey) void
setDescription
(String description) void
void
setParamClass
(Class<?> paramClass) void
setType
(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