|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelComponent
A component for a Tigerstripe Model
Field Summary | |
---|---|
static int |
VISIBILITY_PACKAGE
Static integer value for private visibility. |
static int |
VISIBILITY_PRIVATE
Static integer value for private visibility. |
static int |
VISIBILITY_PROTECTED
Static integer value for protected visibility. |
static int |
VISIBILITY_PUBLIC
Static integer value for public visibility. |
Method Summary | |
---|---|
void |
addStereotypeInstance(IStereotypeInstance instance)
|
java.lang.String |
getComment()
Returns the comment (or plain-english description) associated with this model component. |
java.lang.String |
getName()
Returns the name associated with this component. |
int |
getVisibility()
Returns an integer value indicating the visibility of this component. |
boolean |
isInActiveFacet()
Returns true if this component is included in the current active facet. |
void |
removeStereotypeInstance(IStereotypeInstance instance)
|
void |
removeStereotypeInstances(IStereotypeInstance[] instances)
|
void |
setComment(java.lang.String comment)
|
void |
setName(java.lang.String name)
Sets the name associated with this component |
void |
setVisibility(int visibility)
|
Methods inherited from interface org.eclipse.tigerstripe.profile.stereotype.IStereotypeCapable |
---|
getStereotypeInstances |
Field Detail |
---|
static final int VISIBILITY_PACKAGE
static final int VISIBILITY_PRIVATE
static final int VISIBILITY_PROTECTED
static final int VISIBILITY_PUBLIC
Method Detail |
---|
void setName(java.lang.String name)
void setComment(java.lang.String comment)
void setVisibility(int visibility)
void addStereotypeInstance(IStereotypeInstance instance)
addStereotypeInstance
in interface IStereotypeCapable
void removeStereotypeInstance(IStereotypeInstance instance)
removeStereotypeInstance
in interface IStereotypeCapable
void removeStereotypeInstances(IStereotypeInstance[] instances)
removeStereotypeInstances
in interface IStereotypeCapable
java.lang.String getComment()
java.lang.String getName()
int getVisibility()
boolean isInActiveFacet() throws TigerstripeException
TigerstripeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |