|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkdl.prox.db.AttributeValues
public class AttributeValues
Used by Attributes.getAttrValsForOID(), contains a table of attribute values.
Attributes.getAttrValsForOID(int),
AttributeValue| Constructor Summary | |
|---|---|
AttributeValues(java.util.List attrValues,
Attributes attributes)
Full-arg constructor. |
|
| Method Summary | |
|---|---|
boolean |
contains(AttributeValue attributeValue)
|
Attributes |
getAttributes()
|
AttributeValue |
getAttributeValue(int row)
|
java.util.List |
getAttrValsForName(java.lang.String attrName)
Returns the AttributeValue instances in me whose name is attrName, ignoring case. |
java.util.List |
getAttrValues()
|
int |
getColumnCount()
|
int |
getRowCount()
|
java.util.Set |
getUniqueAttrNames()
Returns a Set of unique attribute names (StringS) in me. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValues(java.util.List attrValues,
Attributes attributes)
attrValues - List of AttributeValue instancesattributes - Attributes that attrValues came from. useful for looking up value types for attributesAttributeValue| Method Detail |
|---|
public boolean contains(AttributeValue attributeValue)
public Attributes getAttributes()
public AttributeValue getAttributeValue(int row)
public java.util.List getAttrValsForName(java.lang.String attrName)
attrName -
public java.util.List getAttrValues()
AttributeValuepublic int getColumnCount()
public int getRowCount()
public java.util.Set getUniqueAttrNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||