|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Derivation
public class Derivation
This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.
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://www.servicelabs.org/plasma/provisioning}ClassRef"/>
<element name="enumerationSupplier" type="{http://www.servicelabs.org/plasma/provisioning}EnumerationRef"/>
<element name="propertySupplier" type="{http://www.servicelabs.org/plasma/provisioning}PropertyRef"/>
<element name="packageSupplier" type="{http://www.servicelabs.org/plasma/provisioning}PackageRef"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ClassRef |
classSupplier
|
protected EnumerationRef |
enumerationSupplier
|
protected PackageRef |
packageSupplier
|
protected PropertyRef |
propertySupplier
|
| Constructor Summary | |
|---|---|
Derivation()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PackageRef packageSupplier
protected PropertyRef propertySupplier
protected EnumerationRef enumerationSupplier
protected ClassRef classSupplier
| Constructor Detail |
|---|
public Derivation()
| Method Detail |
|---|
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()
ClassRefpublic void setClassSupplier(ClassRef value)
value - allowed object is
ClassRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||