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

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

public class SharedComplexAttrValue
extends SharedAttrContainer
implements SharedAttributeValue


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

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 value)
               throws org.eclipse.higgins.idas.api.IdASException
Specified by:
equals in interface SharedAttributeValue
Throws:
org.eclipse.higgins.idas.api.IdASException