|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Any
A wildcard.
This interface defines the common abstraction for DataComponent
wildcard instances.
The concrete implementations of this interface implement many of these methods by their subclass hierarchy from
DataComponent
. These methods contain a reference to the appropriate implementing method in DataComponent
.
Method Summary | |
---|---|
int |
getMaxCardinality()
Returns the maximum cardinality of this component. |
int |
getMinCardinality()
Returns the minimum cardinality of this component. |
String |
getName()
Returns the name of this component. |
String |
getNamespace(int index)
Returns the namespace at index . |
int |
getNamespaceCount()
Returns the number of namespaces. |
ProcessContentsEnum |
getProcessContents()
Returns the directive for processing the contents of this object. |
Method Detail |
---|
int getMinCardinality()
DataComponent.getMinCardinality()
int getMaxCardinality()
DataComponent.CARDINALITY_UNBOUNDED
if there is no upper bound.DataComponent.getMaxCardinality()
String getName()
DataComponent.getName()
int getNamespaceCount()
String getNamespace(int index)
index
.
index
- The index of the required namespace.
index
.
IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >= getNamespaceCount()).ProcessContentsEnum getProcessContents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |