|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Inherited public static @interface ExtensionDescription.Default
The Default interface defines a simple annotation model for describing
the default ExtensionDescription
of an Extension
class. If
this annotation is place on an @{link Extension} class, the
ExtensionDescription.getDefaultDescription(Class)
method can be
used to retrieve default description for the class.
ExtensionDescription.getDefaultDescription(Class)
Required Element Summary | |
---|---|
java.lang.String |
localName
The default XML element local name associated with this extension. |
java.lang.String |
nsAlias
The default namespace alias associated with this extension. |
java.lang.String |
nsUri
The default namespace uri associated with this extension. |
Optional Element Summary | |
---|---|
boolean |
allowsArbitraryXml
true if the extension allows arbitrary XML, false
otherwise. |
boolean |
allowsMixedContent
true if the extension allows mixed content, false
otherwise. |
boolean |
isAggregate
true if the extension is aggregate by default, false
otherwise. |
boolean |
isRepeatable
true if the extension is repeatable by default, false
otherwise. |
boolean |
isRequired
true if the extension is required by default, false
otherwise. |
Element Detail |
---|
public abstract java.lang.String nsAlias
public abstract java.lang.String nsUri
public abstract java.lang.String localName
public abstract boolean isRequired
true
if the extension is required by default, false
otherwise.
public abstract boolean isRepeatable
true
if the extension is repeatable by default, false
otherwise.
public abstract boolean isAggregate
true
if the extension is aggregate by default, false
otherwise.
public abstract boolean allowsArbitraryXml
true
if the extension allows arbitrary XML, false
otherwise.
public abstract boolean allowsMixedContent
true
if the extension allows mixed content, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |