|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxb.AccessorFilter
public class AccessorFilter
Filter for potential accessors.
| Constructor Summary | |
|---|---|
AccessorFilter(javax.xml.bind.annotation.XmlAccessType accessType)
|
|
| Method Summary | |
|---|---|
boolean |
accept(com.sun.mirror.declaration.MemberDeclaration declaration)
Whether to accept the given member declaration as an accessor. |
protected boolean |
explicitlyDeclaredAccessor(com.sun.mirror.declaration.MemberDeclaration declaration)
Whether the specified member declaration is explicitly declared to be an accessor. |
javax.xml.bind.annotation.XmlAccessType |
getAccessType()
The access type for this filter. |
protected boolean |
isXmlTransient(com.sun.mirror.declaration.Declaration declaration)
Whether a declaration is xml transient. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessorFilter(javax.xml.bind.annotation.XmlAccessType accessType)
| Method Detail |
|---|
public javax.xml.bind.annotation.XmlAccessType getAccessType()
public boolean accept(com.sun.mirror.declaration.MemberDeclaration declaration)
declaration - The declaration to filter.
protected boolean explicitlyDeclaredAccessor(com.sun.mirror.declaration.MemberDeclaration declaration)
declaration - The declaration to check whether it is explicitly declared to be an accessor.
protected boolean isXmlTransient(com.sun.mirror.declaration.Declaration declaration)
declaration - The declaration on which to determine xml transience.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||