| uk.org.ponder.saxalizer.AccessMethod
All known Subclasses: uk.org.ponder.saxalizer.SAXAccessMethod, uk.org.ponder.saxalizer.WBLAccessMethod,
AccessMethod | public interface AccessMethod (Code) | | |
canGet | public boolean canGet()(Code) | | Determines whether this method can be used for getting.
|
canSet | public boolean canSet()(Code) | | Determines whether this method can be used for setting.
|
getAccessedType | public Class getAccessedType()(Code) | | Returns the accessed type for this method. If it is a collection or other
denumerable type for which we have a mapping or inference, this will be the
contained type of the collection rather than the collection type itself.
|
getDeclaringClass | public Class getDeclaringClass()(Code) | | the declaring class for this method |
isDenumerable | public boolean isDenumerable()(Code) | | Determines whether this set method may be used for the delivery of multiple
subobjects. If it is, the object delivered by Get may be converted into a
receiver by EnumerationConverter.getDenumeration(oldinstance).
|
isEnumeration | public boolean isEnumeration()(Code) | | Determines whether the return type of this method is assignable to
Enumeration, which is interpreted as indicating a non-settable multiple
value, in the case that there is no individual set method.
|
|
|