|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.config.NameSetBuilder
public class NameSetBuilder
Used to build NameSets
.
Constructor Summary | |
---|---|
NameSetBuilder()
Creates an empty builder for a NameSet. |
Method Summary | |
---|---|
void |
add(java.lang.String name)
Adds a name to the representing NameSet |
void |
invert()
Inverts the representing NameSet |
NameSet |
toNameSet()
Creates a new NameSet with the current state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameSetBuilder()
Method Detail |
---|
public void invert()
public void add(java.lang.String name)
name
- public NameSet toNameSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |