public class GenericAssociationInfo extends AssociationInfoImpl
Modifier and Type | Field and Description |
---|---|
protected ClassInfo |
assocClass |
protected PropertyInfo |
end1 |
protected PropertyInfo |
end2 |
protected String |
id |
protected GenericModel |
model |
protected String |
name |
protected Options |
options |
protected ShapeChangeResult |
result |
descriptors, stereotypesCache, taggedValuesCache
Constructor and Description |
---|
GenericAssociationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addPrefixToModelElementIDs(String prefix)
Adds the prefix to the 'id' of this class.
|
ClassInfo |
assocClass() |
PropertyInfo |
end1() |
PropertyInfo |
end2() |
String |
id()
Return unique id of model element (unique within the model).
|
GenericModel |
model() |
String |
name()
Obtain the name of the model element.
|
Options |
options() |
ShapeChangeResult |
result() |
void |
setAssocClass(ClassInfo assocClass) |
void |
setEnd1(PropertyInfo end1) |
void |
setEnd2(PropertyInfo end2) |
void |
setId(String id) |
void |
setModel(GenericModel model) |
void |
setName(String name) |
void |
setOptions(Options options) |
void |
setResult(ShapeChangeResult result) |
void |
setStereotype(String stereotype) |
void |
setStereotypes(Stereotypes stereotypeSet) |
void |
setTaggedValues(TaggedValues taggedValues) |
void |
validateStereotypesCache()
Save the (normalized) stereotypes in the cache.
|
void |
validateTaggedValuesCache()
Create cache of stereotypes and tagged values
|
encodingRule, fullName, fullNameInSchema, language, postprocessAfterLoadingAndValidate
aliasName, compareTo, dataCaptureStatements, definition, derivedDocumentation, description, descriptors, descriptorSource, descriptorValues, documentation, examples, globalIdentifier, legalBasis, matches, primaryCode, removeTaggedValue, setDescriptors, stereotype, stereotypes, taggedValue, taggedValueInLanguage, taggedValues, taggedValues, taggedValuesAll, taggedValuesForTag, taggedValuesForTagAsLangStrings, taggedValuesForTagList, taggedValuesInLanguage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aliasName, dataCaptureStatements, definition, derivedDocumentation, description, descriptors, documentation, examples, globalIdentifier, legalBasis, matches, primaryCode, removeTaggedValue, stereotype, stereotypes, taggedValue, taggedValueInLanguage, taggedValues, taggedValues, taggedValuesAll, taggedValuesForTag, taggedValuesForTagAsLangStrings, taggedValuesForTagList, taggedValuesInLanguage
compareTo
protected Options options
protected ShapeChangeResult result
protected GenericModel model
protected String id
protected String name
protected PropertyInfo end1
protected PropertyInfo end2
protected ClassInfo assocClass
public Options options()
Info.options()
public void setOptions(Options options)
options
- public ShapeChangeResult result()
Info.result()
public void setResult(ShapeChangeResult result)
result
- public GenericModel model()
Info.model()
public void setModel(GenericModel model)
model
- public String id()
Info
Info.id()
public void setId(String id)
id
- public String name()
Info
Info.name()
public void setName(String name)
name
- public PropertyInfo end1()
AssociationInfo.end1()
public void setEnd1(PropertyInfo end1)
end1
- the end1 to setpublic PropertyInfo end2()
AssociationInfo.end2()
public void setEnd2(PropertyInfo end2)
end2
- the end2 to setpublic ClassInfo assocClass()
AssociationInfo.assocClass()
public void setAssocClass(ClassInfo assocClass)
assocClass
- the assocClass to setpublic void validateStereotypesCache()
public void setStereotypes(Stereotypes stereotypeSet)
stereotypeSet
- public void setStereotype(String stereotype)
stereotype
- public void validateTaggedValuesCache()
Info
public void setTaggedValues(TaggedValues taggedValues)
taggedValues
- public void addPrefixToModelElementIDs(String prefix)
prefix
- Copyright © 2017. All rights reserved.