|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
org.codehaus.enunciate.contract.jaxrs.ResourceParameter
org.codehaus.enunciate.contract.jaxrs.ExplicitResourceParameter
public class ExplicitResourceParameter
A resource parameter with explicit values.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
ExplicitResourceParameter(ResourceMethod method,
java.lang.String docValue,
java.lang.String paramName,
ResourceParameterType type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
The default value. |
java.lang.String |
getDocValue()
|
java.lang.String |
getParameterName()
The parameter name. |
java.lang.String |
getTypeName()
The type of the parameter. |
boolean |
isCookieParam()
Whether this is a cookie parameter. |
boolean |
isFormParam()
Whether this is a form parameter. |
boolean |
isHeaderParam()
Whether this is a header parameter. |
boolean |
isMatrixParam()
Whether this is a matrix parameter. |
boolean |
isPathParam()
Whether this is a path parameter. |
boolean |
isQueryParam()
Whether this is a query parameter. |
| Methods inherited from class org.codehaus.enunciate.contract.jaxrs.ResourceParameter |
|---|
getXmlType, isResourceParameter |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
accept, constructJavaDoc, equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExplicitResourceParameter(ResourceMethod method,
java.lang.String docValue,
java.lang.String paramName,
ResourceParameterType type)
| Method Detail |
|---|
public java.lang.String getDocValue()
getDocValue in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclarationpublic java.lang.String getParameterName()
ResourceParameter
getParameterName in class ResourceParameterpublic java.lang.String getDefaultValue()
ResourceParameter
getDefaultValue in class ResourceParameterpublic boolean isMatrixParam()
ResourceParameter
isMatrixParam in class ResourceParameterpublic boolean isQueryParam()
ResourceParameter
isQueryParam in class ResourceParameterpublic boolean isPathParam()
ResourceParameter
isPathParam in class ResourceParameterpublic boolean isCookieParam()
ResourceParameter
isCookieParam in class ResourceParameterpublic boolean isHeaderParam()
ResourceParameter
isHeaderParam in class ResourceParameterpublic boolean isFormParam()
ResourceParameter
isFormParam in class ResourceParameterpublic java.lang.String getTypeName()
ResourceParameter
getTypeName in class ResourceParameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||