|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.deli.VocabularyProperty
This class maps a vocabulary attribute type onto properties that are described using a finite set such as the component the attribute belongs to, the attribute resolution rule, etc.
Field Summary | |
private java.util.Vector |
attributeMap
|
private java.util.Vector |
finiteSet
|
private static long |
serialVersionUID
Comment for serialVersionUID |
Constructor Summary | |
protected |
VocabularyProperty()
|
Method Summary | |
protected void |
add(java.lang.String finiteSetValue)
Insert a new property value. |
protected java.lang.String |
get(int number)
Retrieve a property value. |
protected int |
size()
Retrieve the size of the finite set. |
java.lang.String |
toString()
Convert the class to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
private java.util.Vector finiteSet
private java.util.Vector attributeMap
Constructor Detail |
protected VocabularyProperty()
Method Detail |
protected void add(java.lang.String finiteSetValue)
finiteSetValue
- The parameter valueprotected java.lang.String get(int number)
number
- The attribute number.
protected int size()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |