Uses of Class
de.uni_paderborn.fujaba.codegen.AccessedElementRef

Packages that use AccessedElementRef
de.uni_paderborn.fujaba.codegen   
 

Uses of AccessedElementRef in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return AccessedElementRef
 AccessedElementRef StatechartMethodRef.getAccessedElementRef()
          Get the accessedElementRef attribute of the StatechartMethodRef object
abstract  AccessedElementRef GeneratedMethodRef.getAccessedElementRef()
           0..n Assoc 0..1 AccessMethodRef ----------------------------------- AccessedElementRef methodRef accessedElementRef
 AccessedElementRef AccessMethodRef.getAccessedElementRef()
          Get the accessedElementRef attribute of the AccessMethodRef object
static AccessedElementRef AccessedElementRef.getAccessedElementRef(FElement element)
          Get the accessedElementRef attribute of the AccessedElementRef class
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type AccessedElementRef
 boolean StatechartMethodRef.setAccessedElementRef(AccessedElementRef value)
          Sets the accessedElementRef attribute of the StatechartMethodRef object
abstract  boolean GeneratedMethodRef.setAccessedElementRef(AccessedElementRef value)
          Sets the accessedElementRef attribute of the AccessMethodRef object
 boolean AccessMethodRef.setAccessedElementRef(AccessedElementRef value)
          Sets the accessedElementRef attribute of the AccessMethodRef object