|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
ADORNMENT_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static int |
AGGREGATION
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
ASSOC_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
ATTR_NAME_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
CARD_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static int |
COMPOSITION
No comment provided by developer, please add a comment to improve documentation. |
static int |
NONE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PARSED_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PARTNER_ROLE_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static int |
QUALIFIED
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
QUALIFIER_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static int |
REFERENCE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
REV_QUALIFIED_ROLE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
REV_ROLES_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
TARGET_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
ASSERT_IN_UNIT_TEST_PROPERTY, COMMENT_PROPERTY, CONSTRAINTS_PROPERTY, STEREOTYPES_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Method Summary | |
boolean |
addToRevQualifiedRole(FQualifier value)
|
int |
getAdornment()
Get the adornment attribute of the UMLRole object, one of {None, Aggregation, Composition, Reference, Qualified} |
java.lang.String |
getAttrName()
Returns an attribute name which represents this role. |
FAssoc |
getFAssoc()
Get the assoc attribute of the UMLRole object |
FAttr |
getFAssociatedAttribute()
Deprecated. |
FCardinality |
getFCard()
Get the card attribute of the UMLRole object |
FRole |
getFPartnerRole()
Get the partnerRole attribute of the UMLRole object |
FQualifier |
getFQualifier()
Get the qualifier attribute of the UMLRole object |
FClass |
getFRevRoles()
Get the revRoles attribute of the UMLRole object |
FClass |
getFTarget()
Get the target attribute of the UMLRole object |
java.lang.String |
getSortedComparator()
Deprecated. |
int |
getUmlVisibility()
Deprecated. |
boolean |
hasInRevQualifiedRole(FQualifier value)
|
boolean |
isParsed()
Indicates if the role was generated from parsed source code. |
java.util.Iterator |
iteratorOfRevQualifiedRole()
|
void |
removeAllFromRevQualifiedRole()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromRevQualifiedRole(FQualifier value)
|
void |
setAdornment(int adornment)
Sets the adornment attribute of the UMLRole object, one of {None, Aggregation, Composition, Reference, Qualified} |
void |
setCard(FCardinality card)
Sets the card attribute of the UMLRole object |
void |
setParsed(boolean parsed)
Indicate that the role was generated from parsed source code. |
void |
setQualifier(FQualifier qualifier)
Sets the qualifier attribute of the UMLRole object |
void |
setRevRoles(FClass target)
Sets the revRoles attribute of the UMLRole object |
void |
setTarget(FClass target)
Sets the target attribute of the UMLRole object |
void |
setUmlVisibility(int value)
Deprecated. |
int |
sizeOfRevQualifiedRole()
|
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
addToConstraints, addToStereotypes, entriesOfStereotypes, getFComment, getFromFStereotypes, hasInConstraints, hasInStereotypes, hasKeyInStereotypes, isAssertInUnitTest, iteratorOfConstraints, iteratorOfStereotypes, keysOfStereotypes, removeAllFromConstraints, removeAllFromStereotypes, removeFromConstraints, removeFromStereotypes, removeKeyFromStereotypes, setAssertInUnitTest, setComment, sizeOfStereotypes |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.uni_paderborn.fujaba.basic.UniqueIdentifier |
getID |
Methods inherited from interface de.uni_paderborn.fujaba.fsa.unparse.LogicUnparseInterface |
getFSAInterface, getUnparseModuleName |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeInterface |
getPropertyChangeSupport |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeClient |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface de.tu_bs.coobra.ObjectChangeAware |
acknowledgeChange, getCoObRAId, getRepository, setCoObRAId, setRepository |
Methods inherited from interface de.uni_kassel.prop.InspectionAware |
isInspectableField, proposeFieldValues |
Field Detail |
public static final int NONE
public static final int AGGREGATION
public static final int COMPOSITION
public static final int REFERENCE
public static final int QUALIFIED
public static final java.lang.String ADORNMENT_PROPERTY
public static final java.lang.String PARSED_PROPERTY
public static final java.lang.String TARGET_PROPERTY
public static final java.lang.String REV_ROLES_PROPERTY
public static final java.lang.String CARD_PROPERTY
public static final java.lang.String QUALIFIER_PROPERTY
public static final java.lang.String REV_QUALIFIED_ROLE
public static final java.lang.String ASSOC_PROPERTY
public static final java.lang.String PARTNER_ROLE_PROPERTY
public static final java.lang.String ATTR_NAME_PROPERTY
Method Detail |
public int getAdornment()
public void setAdornment(int adornment)
adornment
- The new adornment valuepublic void setParsed(boolean parsed)
parsed
- true, if the role was generated from parsed source codepublic boolean isParsed()
public FClass getFTarget()
public void setTarget(FClass target)
target
- The new target valuepublic void setRevRoles(FClass target)
target
- The new revRoles valuepublic FClass getFRevRoles()
public FCardinality getFCard()
public void setCard(FCardinality card)
card
- The new card valuepublic FQualifier getFQualifier()
public void setQualifier(FQualifier qualifier)
qualifier
- The new qualifier valuepublic boolean hasInRevQualifiedRole(FQualifier value)
value
- No description provided
public java.util.Iterator iteratorOfRevQualifiedRole()
public int sizeOfRevQualifiedRole()
public boolean addToRevQualifiedRole(FQualifier value)
value
- The object added.
public boolean removeFromRevQualifiedRole(FQualifier value)
value
- No description provided
public void removeAllFromRevQualifiedRole()
public FAssoc getFAssoc()
public FRole getFPartnerRole()
public java.lang.String getAttrName()
public java.lang.String getSortedComparator()
public FAttr getFAssociatedAttribute()
public int getUmlVisibility()
public void setUmlVisibility(int value)
value
- The new umlVisibility value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |