Uses of Class
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NavigationRole

Packages that use NavigationRole
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
 

Uses of NavigationRole in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST with type parameters of type NavigationRole
static java.util.List<NavigationRole> NavigationRole.VALUES
          A public read-only list of all the 'Navigation Role' enumerators.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return NavigationRole
static NavigationRole NavigationRole.get(int value)
          Returns the 'Navigation Role' literal with the specified integer value.
static NavigationRole NavigationRole.get(java.lang.String literal)
          Returns the 'Navigation Role' literal with the specified literal value.
static NavigationRole NavigationRole.getByName(java.lang.String name)
          Returns the 'Navigation Role' literal with the specified name.
 NavigationRole NavigatingArgCS.getRole()
          Returns the value of the 'Role' attribute.
static NavigationRole NavigationRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NavigationRole[] NavigationRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST with parameters of type NavigationRole
 void NavigatingArgCS.setRole(NavigationRole value)
          Sets the value of the 'Role' attribute.
 

Uses of NavigationRole in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl declared as NavigationRole
protected  NavigationRole NavigatingArgCSImpl.role
          The cached value of the 'Role' attribute.
protected static NavigationRole NavigatingArgCSImpl.ROLE_EDEFAULT
          The default value of the 'Role' attribute.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return NavigationRole
 NavigationRole EssentialOCLCSTFactoryImpl.createNavigationRoleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 NavigationRole NavigatingArgCSImpl.getRole()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with parameters of type NavigationRole
 void NavigatingArgCSImpl.setRole(NavigationRole newRole)