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

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

Uses of UnsetType 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 UnsetType
static List<UnsetType> UnsetType.VALUES
          A public read-only list of all the 'Unset Type' enumerators.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations that return UnsetType
static UnsetType UnsetType.get(int value)
          Returns the 'Unset Type' literal with the specified integer value.
static UnsetType UnsetType.get(String literal)
          Returns the 'Unset Type' literal with the specified literal value.
static UnsetType UnsetType.getByName(String name)
          Returns the 'Unset Type' literal with the specified name.
 UnsetType FeatureOperation.getUnset()
          Returns the value of the 'Unset' attribute.
static UnsetType UnsetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnsetType[] UnsetType.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 UnsetType
 void FeatureOperation.setUnset(UnsetType value)
          Sets the value of the ' Unset' attribute.
 

Uses of UnsetType 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 UnsetType
 UnsetType OperationsFactoryImpl.createUnsetTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 UnsetType FeatureOperationImpl.getUnset()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl with parameters of type UnsetType
 void FeatureOperationImpl.setUnset(UnsetType newUnset)
           
 



Copyright © 2015. All Rights Reserved.