public interface AttributePropertyInfo<T,C> extends PropertyInfo<T,C>, NonElementRef<T,C>
PropertyInfo
.Modifier and Type | Method and Description |
---|---|
Adapter<T,C> |
getAdapter() |
NonElement<T,C> |
getTarget()
Gets the type of the attribute.
|
QName |
getXmlName()
Gets the attribute name.
|
boolean |
isRequired()
Returns true if this attribute is mandatory.
|
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent, ref
hasAnnotation, readAnnotation
getSource
NonElement<T,C> getTarget()
Note that when this property is a collection, this method returns the type of each item in the collection.
getTarget
in interface NonElementRef<T,C>
boolean isRequired()
QName getXmlName()
Adapter<T,C> getAdapter()
getAdapter
in interface PropertyInfo<T,C>
Copyright © 2017 JBoss by Red Hat. All rights reserved.