|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.ReferenceMapping
public class ReferenceMapping
Used by fUML validation and assembly operations to determine if a missing required property is available/derivable from adjacent or associated XMI node(s)
Java class for ReferenceMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ReferenceMappingType" />
<attribute name="propertyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ReferenceMapping()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Gets the value of the className property. |
String |
getPropertyName()
Gets the value of the propertyName property. |
ReferenceMappingType |
getType()
Gets the value of the type property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setPropertyName(String value)
Sets the value of the propertyName property. |
void |
setType(ReferenceMappingType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceMapping()
| Method Detail |
|---|
public ReferenceMappingType getType()
ReferenceMappingTypepublic void setType(ReferenceMappingType value)
value - allowed object is
ReferenceMappingTypepublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||