Uses of Class
org.eclipse.emf.emfstore.internal.common.model.EMFStorePropertyType

Packages that use EMFStorePropertyType
org.eclipse.emf.emfstore.internal.common.model   
org.eclipse.emf.emfstore.internal.common.model.impl   
 

Uses of EMFStorePropertyType in org.eclipse.emf.emfstore.internal.common.model
 

Fields in org.eclipse.emf.emfstore.internal.common.model with type parameters of type EMFStorePropertyType
static List<EMFStorePropertyType> EMFStorePropertyType.VALUES
          A public read-only list of all the 'EMF Store Property Type' enumerators.
 

Methods in org.eclipse.emf.emfstore.internal.common.model that return EMFStorePropertyType
static EMFStorePropertyType EMFStorePropertyType.get(int value)
          Returns the 'EMF Store Property Type' literal with the specified integer value.
static EMFStorePropertyType EMFStorePropertyType.get(String literal)
          Returns the 'EMF Store Property Type' literal with the specified literal value.
static EMFStorePropertyType EMFStorePropertyType.getByName(String name)
          Returns the 'EMF Store Property Type' literal with the specified name.
 EMFStorePropertyType EMFStoreProperty.getType()
          Returns the value of the 'Type' attribute.
static EMFStorePropertyType EMFStorePropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EMFStorePropertyType[] EMFStorePropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.emfstore.internal.common.model with parameters of type EMFStorePropertyType
 void EMFStoreProperty.setType(EMFStorePropertyType value)
          Sets the value of the 'Type' attribute.
 

Uses of EMFStorePropertyType in org.eclipse.emf.emfstore.internal.common.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.common.model.impl that return EMFStorePropertyType
 EMFStorePropertyType ModelFactoryImpl.createEMFStorePropertyTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 EMFStorePropertyType EMFStorePropertyImpl.getType()
           
 

Methods in org.eclipse.emf.emfstore.internal.common.model.impl with parameters of type EMFStorePropertyType
 void EMFStorePropertyImpl.setType(EMFStorePropertyType newType)
           
 



Copyright © 2015. All Rights Reserved.