XMI
Class Reference

java.lang.Object
  |
  +--XMI.Reference

public class Reference
extends java.lang.Object


Constructor Summary
Reference()
           
 
Method Summary
 java.lang.String getIdref()
           
 java.lang.String getRole()
           
 void setIdref(java.lang.String idref)
          Sets the element reference to given value.
 void setRole(java.lang.String role)
          Sets the element reference role to given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reference

public Reference()
Method Detail

setIdref

public void setIdref(java.lang.String idref)
Sets the element reference to given value.


getIdref

public java.lang.String getIdref()

setRole

public void setRole(java.lang.String role)
Sets the element reference role to given value.


getRole

public java.lang.String getRole()