com.vp.plugin.model
Interface ICRCCard

All Superinterfaces:
IElement, IModelElement, IModelElementParent

public interface ICRCCard
extends IModelElement, IModelElementParent


Field Summary
static java.lang.String PROP_CHILDADDED
           
static java.lang.String PROP_CHILDREMOVED
           
static java.lang.String PROP_DOCUMENTATION
           
static java.lang.String PROP_FILES
           
static java.lang.String PROP_MODELEDITABLE
           
static java.lang.String PROP_MODELTYPE
           
static java.lang.String PROP_NAME
           
static java.lang.String PROP_PARENT
           
static java.lang.String PROP_PARENTCHANGED
           
static java.lang.String PROP_REORDERCHILD
           
static java.lang.String PROP_STEREOTYPES
           
static java.lang.String PROP_SUBCLASSES
           
static java.lang.String PROP_SUPERCLASSES
           
static java.lang.String PROP_TAGGEDVALUES
           
 
Method Summary
 void addChild(IModelElement modelElement)
           
 void addCRCAttribute(ICRCAttribute cRCAttribute)
           
 void addCRCResponsibility(ICRCResponsibility cRCResponsibility)
           
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void addStereotypes(java.lang.String stereotypes)
           
 int childCount()
           
 java.util.Iterator childIterator()
           
 int cRCAttributeCount()
           
 java.util.Iterator cRCAttributeIterator()
           
 int cRCResponsibilityCount()
           
 java.util.Iterator cRCResponsibilityIterator()
           
 IModelElement createChild(java.lang.String modelType)
           
 ICRCAttribute createCRCAttribute()
           
 ICRCResponsibility createCRCResponsibility()
           
 void delete()
           
 IModelElement getChildByIndex(int index)
           
 ICRCAttribute getCRCAttributeByIndex(int index)
           
 ICRCResponsibility getCRCResponsibilityByIndex(int index)
           
 java.lang.String getDocumentation()
           
 IFileObjectContainer getFiles()
           
 IFileObjectContainer getFiles(boolean autoCreate)
           
 java.lang.String getId()
           
 java.lang.String getModelType()
           
 java.lang.String getName()
           
 IModelElement getParent()
           
 java.lang.String getSubClasses()
           
 java.lang.String getSuperClasses()
           
 ITaggedValueContainer getTaggedValues()
           
 ITaggedValueContainer getTaggedValues(boolean autoCreate)
           
 boolean hasStereotypes(java.lang.String value)
           
 void removeChild(IModelElement modelElement)
           
 void removeChildByIndex(int index)
           
 void removeCRCAttribute(ICRCAttribute cRCAttribute)
           
 void removeCRCAttributeByIndex(int index)
           
 void removeCRCResponsibility(ICRCResponsibility cRCResponsibility)
           
 void removeCRCResponsibilityByIndex(int index)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void removeStereotypes(java.lang.String stereotypes)
           
 void setDocumentation(java.lang.String documentation)
           
 void setName(java.lang.String name)
           
 void setSubClasses(java.lang.String subClasses)
           
 void setSuperClasses(java.lang.String superClasses)
           
 int stereotypesCount()
           
 java.util.Iterator stereotypesIterator()
           
 IModelElement[] toChildArray()
           
 ICRCAttribute[] toCRCAttributeArray()
           
 ICRCResponsibility[] toCRCResponsibilityArray()
           
 java.lang.String[] toStereotypesArray()
           
 

Field Detail

PROP_CHILDADDED

public static final java.lang.String PROP_CHILDADDED
See Also:
Constant Field Values

PROP_CHILDREMOVED

public static final java.lang.String PROP_CHILDREMOVED
See Also:
Constant Field Values

PROP_DOCUMENTATION

public static final java.lang.String PROP_DOCUMENTATION
See Also:
Constant Field Values

PROP_FILES

public static final java.lang.String PROP_FILES
See Also:
Constant Field Values

PROP_MODELEDITABLE

public static final java.lang.String PROP_MODELEDITABLE
See Also:
Constant Field Values

PROP_MODELTYPE

public static final java.lang.String PROP_MODELTYPE
See Also:
Constant Field Values

PROP_NAME

public static final java.lang.String PROP_NAME
See Also:
Constant Field Values

PROP_PARENT

public static final java.lang.String PROP_PARENT
See Also:
Constant Field Values

PROP_PARENTCHANGED

public static final java.lang.String PROP_PARENTCHANGED
See Also:
Constant Field Values

PROP_REORDERCHILD

public static final java.lang.String PROP_REORDERCHILD
See Also:
Constant Field Values

PROP_STEREOTYPES

public static final java.lang.String PROP_STEREOTYPES
See Also:
Constant Field Values

PROP_SUBCLASSES

public static final java.lang.String PROP_SUBCLASSES
See Also:
Constant Field Values

PROP_SUPERCLASSES

public static final java.lang.String PROP_SUPERCLASSES
See Also:
Constant Field Values

PROP_TAGGEDVALUES

public static final java.lang.String PROP_TAGGEDVALUES
See Also:
Constant Field Values
Method Detail

getModelType

public java.lang.String getModelType()
Specified by:
getModelType in interface IModelElement

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IModelElement

getName

public java.lang.String getName()
Specified by:
getName in interface IModelElement

getParent

public IModelElement getParent()
Specified by:
getParent in interface IModelElement

setSuperClasses

public void setSuperClasses(java.lang.String superClasses)

getSuperClasses

public java.lang.String getSuperClasses()

setSubClasses

public void setSubClasses(java.lang.String subClasses)

getSubClasses

public java.lang.String getSubClasses()

addStereotypes

public void addStereotypes(java.lang.String stereotypes)

hasStereotypes

public boolean hasStereotypes(java.lang.String value)

removeStereotypes

public void removeStereotypes(java.lang.String stereotypes)

stereotypesCount

public int stereotypesCount()

toStereotypesArray

public java.lang.String[] toStereotypesArray()

stereotypesIterator

public java.util.Iterator stereotypesIterator()

getTaggedValues

public ITaggedValueContainer getTaggedValues()

getTaggedValues

public ITaggedValueContainer getTaggedValues(boolean autoCreate)

setDocumentation

public void setDocumentation(java.lang.String documentation)

getDocumentation

public java.lang.String getDocumentation()

getFiles

public IFileObjectContainer getFiles()

getFiles

public IFileObjectContainer getFiles(boolean autoCreate)

addChild

public void addChild(IModelElement modelElement)
Specified by:
addChild in interface IModelElementParent

getChildByIndex

public IModelElement getChildByIndex(int index)
Specified by:
getChildByIndex in interface IModelElementParent

removeChild

public void removeChild(IModelElement modelElement)
Specified by:
removeChild in interface IModelElementParent

removeChildByIndex

public void removeChildByIndex(int index)
Specified by:
removeChildByIndex in interface IModelElementParent

childCount

public int childCount()
Specified by:
childCount in interface IModelElementParent

toChildArray

public IModelElement[] toChildArray()
Specified by:
toChildArray in interface IModelElementParent

childIterator

public java.util.Iterator childIterator()
Specified by:
childIterator in interface IModelElementParent

createChild

public IModelElement createChild(java.lang.String modelType)
Specified by:
createChild in interface IModelElementParent

addCRCAttribute

public void addCRCAttribute(ICRCAttribute cRCAttribute)

getCRCAttributeByIndex

public ICRCAttribute getCRCAttributeByIndex(int index)

removeCRCAttribute

public void removeCRCAttribute(ICRCAttribute cRCAttribute)

removeCRCAttributeByIndex

public void removeCRCAttributeByIndex(int index)

cRCAttributeCount

public int cRCAttributeCount()

toCRCAttributeArray

public ICRCAttribute[] toCRCAttributeArray()

cRCAttributeIterator

public java.util.Iterator cRCAttributeIterator()

createCRCAttribute

public ICRCAttribute createCRCAttribute()

addCRCResponsibility

public void addCRCResponsibility(ICRCResponsibility cRCResponsibility)

getCRCResponsibilityByIndex

public ICRCResponsibility getCRCResponsibilityByIndex(int index)

removeCRCResponsibility

public void removeCRCResponsibility(ICRCResponsibility cRCResponsibility)

removeCRCResponsibilityByIndex

public void removeCRCResponsibilityByIndex(int index)

cRCResponsibilityCount

public int cRCResponsibilityCount()

toCRCResponsibilityArray

public ICRCResponsibility[] toCRCResponsibilityArray()

cRCResponsibilityIterator

public java.util.Iterator cRCResponsibilityIterator()

createCRCResponsibility

public ICRCResponsibility createCRCResponsibility()

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface IModelElement

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
removePropertyChangeListener in interface IModelElement

getId

public java.lang.String getId()
Specified by:
getId in interface IModelElement

delete

public void delete()
Specified by:
delete in interface IModelElement