org.eclipse.higgins.idas.cp.xmlfile
Interface SharedAttributeValue

All Known Implementing Classes:
SharedComplexAttrValue, SharedSimpleAttrValue

public interface SharedAttributeValue


Method Summary
 boolean equals(org.eclipse.higgins.idas.api.IValue value)
           
 boolean equals(SharedAttributeValue attrValue)
           
 String getDataType()
           
 boolean isDeleted()
           
 boolean isSimple()
           
 void remove()
           
 void setDeleted()
           
 

Method Detail

setDeleted

void setDeleted()

isDeleted

boolean isDeleted()

isSimple

boolean isSimple()

getDataType

String getDataType()

remove

void remove()
            throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

equals

boolean equals(org.eclipse.higgins.idas.api.IValue value)
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

equals

boolean equals(SharedAttributeValue attrValue)
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException