|
|||||||||
| 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
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
org.codehaus.enunciate.contract.jaxb.Accessor
org.codehaus.enunciate.contract.jaxb.Value
public class Value
An accessor that is marshalled in xml to an xml value.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
Value(com.sun.mirror.declaration.MemberDeclaration delegate,
TypeDefinition typedef)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJsonMemberName()
Get the name for the JSON member to which this element will be serialized. |
java.lang.String |
getName()
There's no name of a value accessor |
java.lang.String |
getNamespace()
The target namespace of the value. |
boolean |
isValue()
Whether this accessor is a value. |
| Methods inherited from class org.codehaus.enunciate.contract.jaxb.Accessor |
|---|
getAccessorForXmlID, getAccessorType, getAdapterType, getBareAccessorType, getBaseType, getClientSimpleName, getCollectionItemType, getMimeType, getQNameEnumRef, getRef, getReferencedFrom, getSeeAlsos, getTypeDefinition, isAdapted, isAttribute, isBinaryData, isCollectionType, isElementRef, isMTOMAttachment, isQNameType, isReferencesQNameEnum, isSwaRef, isXmlID, isXmlIDREF, isXmlList |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
accept, getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
constructJavaDoc, equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, 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 |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public Value(com.sun.mirror.declaration.MemberDeclaration delegate,
TypeDefinition typedef)
| Method Detail |
|---|
public java.lang.String getName()
getName in class Accessorpublic java.lang.String getNamespace()
getNamespace in class Accessorpublic boolean isValue()
Accessor
isValue in class Accessorpublic java.lang.String getJsonMemberName()
Accessor
getJsonMemberName in class Accessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||