public interface Property extends NamedElement
| Modifier and Type | Method and Description |
|---|---|
String |
findPropertyDefault() |
Classifier |
findType() |
Association |
getAssociation() |
Class_ |
getClass_() |
ValueSpecification |
getDefaultValue() |
Property |
getDelegate() |
int |
getLowerValue() |
Property |
getOpposite() |
String |
getPropertyDefault() |
Classifier |
getType() |
String |
getUpperValue() |
boolean |
hasPropertyDefaultValue() |
boolean |
isDataType() |
boolean |
isDerived() |
boolean |
isRequired() |
boolean |
isSingular() |
void |
setAssociation(Association assoc) |
void |
setDefaultValue(ValueSpecification defaultValue) |
getName, getQualifiedNamegetArtifact, getHref, getXmiId, getXmiNamespaceClass_ getClass_()
ValueSpecification getDefaultValue()
void setDefaultValue(ValueSpecification defaultValue)
Property getOpposite()
Property getDelegate()
getDelegate in interface ElementClassifier getType()
Classifier findType()
Association getAssociation()
void setAssociation(Association assoc)
boolean isDerived()
boolean isRequired()
boolean isDataType()
boolean isSingular()
String getPropertyDefault()
String findPropertyDefault()
boolean hasPropertyDefaultValue()
String getUpperValue()
int getLowerValue()
Copyright © 2020. All rights reserved.