wt.infoengine.object
Class IeAtt

java.lang.Object
  extended bywt.infoengine.object.IeObject
      extended bywt.infoengine.object.IeAtt
All Implemented Interfaces:
Cloneable, Serializable

public class IeAtt
extends IeObject
implements Cloneable, Serializable

See Also:
Serialized Form

Field Summary
 
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
 
Method Summary
 void addIUniqueValue(IeValue o)
           
 void addUniqueValue(IeValue o)
           
 void addValue(IeValue o)
           
 void addValueObject(Object o)
           
 IeValue firstValue()
           
 IeValue getValueAt(int i)
           
 int getValueCount()
           
 Enumeration getValues()
           
 IeValue lastValue()
           
 void removeAllValues()
           
 void removeValue(IeValue o)
           
 void removeValueObject(Object o)
           
 void setValue(IeValue v)
           
 void setValueAt(IeValue v, int i)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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()