|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.schema.FacetListEnumerator
class FacetListEnumerator
A list for maintaining facets
Constructor Summary | |
---|---|
FacetListEnumerator(FacetList facets)
Creates a new FacetList for the given FacetList |
|
FacetListEnumerator(FacetList facets,
FacetListEnumerator inheritedFacets)
Creates a new FacetList enumerator |
Method Summary | |
---|---|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
(package private) void |
setMask(java.lang.String name)
Sets the mask for this enumerator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FacetListEnumerator(FacetList facets)
FacetListEnumerator(FacetList facets, FacetListEnumerator inheritedFacets)
Method Detail |
---|
void setMask(java.lang.String name)
name
- the name of the facets to enumeratepublic boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |