A representation of the model object '
Property'.
The following features are supported:
- {@link org.apache.tuscany.sdo.model.Property#getAliasName Alias Name}
- {@link org.apache.tuscany.sdo.model.Property#getAny Any}
- {@link org.apache.tuscany.sdo.model.Property#isContainment Containment}
- {@link org.apache.tuscany.sdo.model.Property#getDefault Default}
- {@link org.apache.tuscany.sdo.model.Property#isMany Many}
- {@link org.apache.tuscany.sdo.model.Property#getName Name}
- {@link org.apache.tuscany.sdo.model.Property#getOpposite Opposite}
- {@link org.apache.tuscany.sdo.model.Property#isReadOnly Read Only}
- {@link org.apache.tuscany.sdo.model.Property#getType Type}
- {@link org.apache.tuscany.sdo.model.Property#getAnyAttribute Any Attribute}
Note: The getDefault and getOpposite methods had to be renamed to avoid conflict with the commonj.sdo.Property getDefault and getOpposite methods in classes that implement both. Eventually, the two interfaces should be brought in-line with one another -- James Snell
@generated