wt.infoengine.object
Class IeAtt
java.lang.Object
wt.infoengine.object.IeObject
wt.infoengine.object.IeAtt
- All Implemented Interfaces:
- Cloneable, Serializable
- public class IeAtt
- extends IeObject
- implements Cloneable, Serializable
- See Also:
- Serialized Form
Fields inherited from class wt.infoengine.object.IeObject |
|
Constructor Summary |
IeAtt()
Constructs a new IeAtt |
IeAtt(String name)
Constructs a new IeAtt and sets the attribute name to the given String |
Methods inherited from class wt.infoengine.object.IeObject |
addChild, addChildObject, addMetaValue, addMetaValues, addSibling, clone, containsChild, containsMetaValue, deepClone, delFromParent, findChild, firstChild, getChildAt, getChildCount, getChildren, getLabel, getLevel, getMeta, getMetaKeys, getMetaValue, getMetaValueAt, getMetaValueCount, getMetaValues, getName, getObj, getParent, getSiblings, getType, hasChildren, indent, indent, indexOfChild, indexOfMetaValue, lastChild, printAtts, printChildren, printChildren, printMeta, printObject, printObject, printObject, printObjectHelper, printStructure, printStructure, removeAllChildren, removeAllMetaValues, removeChild, removeChildAt, removeChildObject, removeLabel, removeLevel, removeMeta, removeMetaValue, removeMetaValueAt, removeName, removeObj, removeType, setChildAt, setLabel, setLevel, setMeta, setMetaValueAt, setName, setObj, setType |
IeAtt
public IeAtt()
- Constructs a new IeAtt
IeAtt
public IeAtt(String name)
- Constructs a new IeAtt and sets the attribute name to the given String
- Parameters:
name
- The name of the attribute
addValue
public void addValue(IeValue o)
addUniqueValue
public void addUniqueValue(IeValue o)
addIUniqueValue
public void addIUniqueValue(IeValue o)
addValueObject
public void addValueObject(Object o)
getValues
public Enumeration getValues()
getValueCount
public int getValueCount()
removeValue
public void removeValue(IeValue o)
removeValueObject
public void removeValueObject(Object o)
removeAllValues
public void removeAllValues()
getValueAt
public IeValue getValueAt(int i)
setValueAt
public void setValueAt(IeValue v,
int i)
setValue
public void setValue(IeValue v)
firstValue
public IeValue firstValue()
lastValue
public IeValue lastValue()