|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Flags
public class Flags
Constructor Summary | |
---|---|
Flags()
Zero-argumented default constructor. |
Method Summary | |
---|---|
void |
addFlag(Flag newFlag)
Adds a new Flag to this Flags . |
java.util.ArrayList<Flag> |
getFlags()
Returns the Flag elements of this Flags . |
static java.lang.String |
getXmltag()
Returns the name of the XML element of Flags , i. e. |
java.lang.String |
toString()
Returns a recursively created XML representation of this Flags . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Flags()
Method Detail |
---|
public void addFlag(Flag newFlag)
Flag
to this Flags
.
newFlag
- public java.util.ArrayList<Flag> getFlags()
Flag
elements of this Flags
.
public static java.lang.String getXmltag()
Flags
, i. e. 'flags'.
public java.lang.String toString()
Flags
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |