Uses of Class
org.eclipse.ohf.stem.definitions.labels.RelativePhysicalRelationship

Packages that use RelativePhysicalRelationship
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.internal.data   
 

Uses of RelativePhysicalRelationship in org.eclipse.ohf.stem.definitions.labels
 

Fields in org.eclipse.ohf.stem.definitions.labels with type parameters of type RelativePhysicalRelationship
static java.util.List<RelativePhysicalRelationship> RelativePhysicalRelationship.VALUES
          A public read-only list of all the 'Relative Physical Relationship' enumerators.
 

Methods in org.eclipse.ohf.stem.definitions.labels that return RelativePhysicalRelationship
static RelativePhysicalRelationship RelativePhysicalRelationship.get(int value)
          Returns the 'Relative Physical Relationship' literal with the specified integer value.
static RelativePhysicalRelationship RelativePhysicalRelationship.get(java.lang.String literal)
          Returns the 'Relative Physical Relationship' literal with the specified literal value.
static RelativePhysicalRelationship RelativePhysicalRelationship.getByName(java.lang.String name)
          Returns the 'Relative Physical Relationship' literal with the specified name.
 RelativePhysicalRelationship RelativePhysicalRelationshipLabelValue.getRelationship()
           
static RelativePhysicalRelationship RelativePhysicalRelationship.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelativePhysicalRelationship[] RelativePhysicalRelationship.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.ohf.stem.definitions.labels with parameters of type RelativePhysicalRelationship
 void RelativePhysicalRelationshipLabelValue.setRelationship(RelativePhysicalRelationship value)
          Sets the value of the 'Relationship' attribute.
 

Uses of RelativePhysicalRelationship in org.eclipse.ohf.stem.definitions.labels.impl
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return RelativePhysicalRelationship
 RelativePhysicalRelationship LabelsFactoryImpl.createRelativePhysicalRelationshipFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RelativePhysicalRelationship RelativePhysicalRelationshipLabelValueImpl.getRelationship()
           
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl with parameters of type RelativePhysicalRelationship
 void RelativePhysicalRelationshipLabelValueImpl.setRelationship(RelativePhysicalRelationship newRelationship)
           
 

Uses of RelativePhysicalRelationship in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return RelativePhysicalRelationship
 RelativePhysicalRelationship RelativePhysicalData.getRelativePhysicalRelationship()