|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Alias
public class Alias
This stereotype provides modelling-context specific alternative names for UML named elements within a model. While a UML logical model often differs greatly from a physical model for example, the intent is to provide enough naming and other context specific information to make the physical model entirely reflective or derivitive of the UML logical model. In other words support the generation of multiple context-specific models from a single UML logical model. Modelling context specific names or aliases are particularly important as they often differ greatly between modelling contexts due to various standard naming conventions or technology limitations such as name length.
Java class for Alias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alias">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="physicalName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="businessName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
businessName
|
protected java.lang.String |
localName
|
protected java.lang.String |
physicalName
|
| Constructor Summary | |
|---|---|
Alias()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBusinessName()
Gets the value of the businessName property. |
java.lang.String |
getLocalName()
Gets the value of the localName property. |
java.lang.String |
getPhysicalName()
Gets the value of the physicalName property. |
void |
setBusinessName(java.lang.String value)
Sets the value of the businessName property. |
void |
setLocalName(java.lang.String value)
Sets the value of the localName property. |
void |
setPhysicalName(java.lang.String value)
Sets the value of the physicalName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String physicalName
protected java.lang.String localName
protected java.lang.String businessName
| Constructor Detail |
|---|
public Alias()
| Method Detail |
|---|
public java.lang.String getPhysicalName()
Stringpublic void setPhysicalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalName()
Stringpublic void setLocalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBusinessName()
Stringpublic void setBusinessName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||