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

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

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs 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.essentialoclcs 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.essentialoclcs 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.essentialoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.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.essentialoclcs.impl that return NavigationRole
 NavigationRole EssentialOCLCSFactoryImpl.createNavigationRoleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 NavigationRole NavigatingArgCSImpl.getRole()
           
 

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