org.modeldriven.fuml.config
Class ReferenceMapping

java.lang.Object
  extended by org.modeldriven.fuml.config.ReferenceMapping

public class ReferenceMapping
extends Object

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

ReferenceMapping

public ReferenceMapping()
Method Detail

getType

public ReferenceMappingType getType()
Gets the value of the type property.

Returns:
possible object is ReferenceMappingType

setType

public void setType(ReferenceMappingType value)
Sets the value of the type property.

Parameters:
value - allowed object is ReferenceMappingType

getPropertyName

public String getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is String

setPropertyName

public void setPropertyName(String value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is String

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.