|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.util.anvl.Element
class Element
ANVL 'data element'.
Made of a lone Label, or a Label plus Value.
| Constructor Summary | |
|---|---|
Element(Label l)
|
|
Element(Label l,
Value v)
|
|
| Method Summary | |
|---|---|
Label |
getLabel()
|
Value |
getValue()
|
boolean |
isValue()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Element(Label l)
public Element(Label l,
Value v)
| Method Detail |
|---|
public boolean isValue()
public Label getLabel()
public Value getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||