org.modeldriven.fuml.repository
Interface Property
- All Superinterfaces:
- Element, NamedElement
- All Known Implementing Classes:
- Property
public interface Property
- extends NamedElement
getClass_
Class_ getClass_()
getDefaultValue
ValueSpecification getDefaultValue()
setDefaultValue
void setDefaultValue(ValueSpecification defaultValue)
getOpposite
Property getOpposite()
getDelegate
Property getDelegate()
- Specified by:
getDelegate in interface Element
getType
Classifier getType()
findType
Classifier findType()
getAssociation
Association getAssociation()
setAssociation
void setAssociation(Association assoc)
isDerived
boolean isDerived()
isRequired
boolean isRequired()
isDataType
boolean isDataType()
isSingular
boolean isSingular()
getPropertyDefault
String getPropertyDefault()
findPropertyDefault
String findPropertyDefault()
hasPropertyDefaultValue
boolean hasPropertyDefaultValue()
getUpperValue
String getUpperValue()
getLowerValue
int getLowerValue()
Copyright © 2012. All Rights Reserved.