org.eclipse.higgins.idas.cp.xmlfile
Class SharedSimpleAttrValue

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.xmlfile.SharedSimpleAttrValue
All Implemented Interfaces:
SharedAttributeValue

public class SharedSimpleAttrValue
extends Object
implements SharedAttributeValue


Method Summary
 boolean equals(org.eclipse.higgins.idas.api.IAttributeValue simpleValue)
           
 boolean equals(SharedAttributeValue attrValue)
           
 String getDataType()
           
 boolean isDeleted()
           
 boolean isSimple()
           
 void remove()
           
 void setDeleted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDeleted

public void setDeleted()
Specified by:
setDeleted in interface SharedAttributeValue

isDeleted

public boolean isDeleted()
Specified by:
isDeleted in interface SharedAttributeValue

isSimple

public boolean isSimple()
Specified by:
isSimple in interface SharedAttributeValue

getDataType

public String getDataType()
Specified by:
getDataType in interface SharedAttributeValue

remove

public void remove()
            throws org.eclipse.higgins.idas.api.IdASException
Specified by:
remove in interface SharedAttributeValue
Throws:
org.eclipse.higgins.idas.api.IdASException

equals

public boolean equals(org.eclipse.higgins.idas.api.IAttributeValue simpleValue)
               throws org.eclipse.higgins.idas.api.IdASException
Specified by:
equals in interface SharedAttributeValue
Throws:
org.eclipse.higgins.idas.api.IdASException

equals

public boolean equals(SharedAttributeValue attrValue)
               throws org.eclipse.higgins.idas.api.IdASException
Specified by:
equals in interface SharedAttributeValue
Throws:
org.eclipse.higgins.idas.api.IdASException