public class Derivation extends Object
Java class for Derivation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Derivation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="classSupplier" type="{http://plasma.org/metamodel}ClassRef"/>
<element name="enumerationSupplier" type="{http://plasma.org/metamodel}EnumerationRef"/>
<element name="propertySupplier" type="{http://plasma.org/metamodel}PropertyRef"/>
<element name="packageSupplier" type="{http://plasma.org/metamodel}PackageRef"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClassRef |
classSupplier |
protected EnumerationRef |
enumerationSupplier |
protected PackageRef |
packageSupplier |
protected PropertyRef |
propertySupplier |
| Constructor and Description |
|---|
Derivation() |
| Modifier and Type | Method and Description |
|---|---|
ClassRef |
getClassSupplier()
Gets the value of the classSupplier property.
|
EnumerationRef |
getEnumerationSupplier()
Gets the value of the enumerationSupplier property.
|
PackageRef |
getPackageSupplier()
Gets the value of the packageSupplier property.
|
PropertyRef |
getPropertySupplier()
Gets the value of the propertySupplier property.
|
void |
setClassSupplier(ClassRef value)
Sets the value of the classSupplier property.
|
void |
setEnumerationSupplier(EnumerationRef value)
Sets the value of the enumerationSupplier property.
|
void |
setPackageSupplier(PackageRef value)
Sets the value of the packageSupplier property.
|
void |
setPropertySupplier(PropertyRef value)
Sets the value of the propertySupplier property.
|
protected PackageRef packageSupplier
protected PropertyRef propertySupplier
protected EnumerationRef enumerationSupplier
protected ClassRef classSupplier
public PackageRef getPackageSupplier()
PackageRefpublic void setPackageSupplier(PackageRef value)
value - allowed object is
PackageRefpublic PropertyRef getPropertySupplier()
PropertyRefpublic void setPropertySupplier(PropertyRef value)
value - allowed object is
PropertyRefpublic EnumerationRef getEnumerationSupplier()
EnumerationRefpublic void setEnumerationSupplier(EnumerationRef value)
value - allowed object is
EnumerationRefpublic ClassRef getClassSupplier()
ClassRefCopyright © 2017. All rights reserved.