public class Property extends StructuralFeature
| Modifier and Type | Field and Description |
|---|---|
AggregationKind |
aggregation |
Association |
association |
Class_ |
class_ |
DataType |
datatype |
ValueSpecification |
defaultValue |
boolean |
isComposite |
boolean |
isDerived |
boolean |
isDerivedUnion |
boolean |
isID |
boolean |
isReadOnly |
Property |
opposite |
Association |
owningAssociation |
multiplicityElement, typedElementfeaturingClassifier, isStaticisLeaf, redefinedElement, redefinitionContextname, namespace, qualifiedName, visibilityownedComment, ownedElement, owner| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
void |
_setAssociation(Association association) |
void |
_setClass(Class_ class_) |
void |
_setDatatype(DataType datatype) |
void |
_setOpposite(Property opposite) |
void |
_setOwningAssociation(Association association) |
void |
setAggregation(AggregationKind aggregation) |
void |
setIsID(boolean isID) |
void |
setIsReadOnly(boolean isReadOnly) |
setIsOrdered, setIsUnique, setLower, setLowerValue, setType, setUpper, setUpperValue_addFeaturingClassifieraddRedefinedElement, addRedefinitionContext, setIsLeaf_setNamespace, setName, setVisibilityaddOwnedElementgetHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic boolean isDerived
public boolean isReadOnly
public boolean isDerivedUnion
public AggregationKind aggregation
public boolean isComposite
public Association owningAssociation
public DataType datatype
public Association association
public Class_ class_
public Property opposite
public ValueSpecification defaultValue
public boolean isID
public void setIsReadOnly(boolean isReadOnly)
setIsReadOnly in class StructuralFeaturepublic void setAggregation(AggregationKind aggregation)
public void _setAssociation(Association association)
public void _setClass(Class_ class_)
public void _setDatatype(DataType datatype)
public void setIsID(boolean isID)
public void _setOwningAssociation(Association association)
public void _setOpposite(Property opposite)
Copyright © 2017. All rights reserved.