Uses of Class
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.ContainmentType

Packages that use ContainmentType
org.eclipse.emf.emfstore.internal.server.model.versioning.operations   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl   
 

Uses of ContainmentType in org.eclipse.emf.emfstore.internal.server.model.versioning.operations
 

Fields in org.eclipse.emf.emfstore.internal.server.model.versioning.operations with type parameters of type ContainmentType
static List<ContainmentType> ContainmentType.VALUES
          A public read-only list of all the 'Containment Type' enumerators.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations that return ContainmentType
static ContainmentType ContainmentType.get(int value)
          Returns the 'Containment Type' literal with the specified integer value.
static ContainmentType ContainmentType.get(String literal)
          Returns the 'Containment Type' literal with the specified literal value.
static ContainmentType ContainmentType.getByName(String name)
          Returns the 'Containment Type' literal with the specified name.
 ContainmentType ReferenceOperation.getContainmentType()
          Returns the value of the 'Containment Type' attribute.
static ContainmentType ContainmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainmentType[] ContainmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations with parameters of type ContainmentType
 void ReferenceOperation.setContainmentType(ContainmentType value)
          Sets the value of the ' Containment Type' attribute.
 

Uses of ContainmentType in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl that return ContainmentType
 ContainmentType OperationsFactoryImpl.createContainmentTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ContainmentType ReferenceOperationImpl.getContainmentType()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl with parameters of type ContainmentType
 void ReferenceOperationImpl.setContainmentType(ContainmentType newContainmentType)
           
 



Copyright © 2016. All Rights Reserved.