Uses of Enum Class
org.eclipse.emf.cdo.common.model.CDOFeatureType
Packages that use CDOFeatureType
Package
Description
Common concepts for dealing with models and types.
-
Uses of CDOFeatureType in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model that return CDOFeatureTypeModifier and TypeMethodDescriptionstatic CDOFeatureType
static CDOFeatureType
Returns the enum constant of this class with the specified name.static CDOFeatureType[]
CDOFeatureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.common.model that return types with arguments of type CDOFeatureTypeModifier and TypeMethodDescriptionstatic Set<CDOFeatureType>
CDOFeatureType.readCombination
(String str) Method parameters in org.eclipse.emf.cdo.common.model with type arguments of type CDOFeatureTypeModifier and TypeMethodDescriptionstatic boolean
CDOFeatureType.matchesCombination
(EStructuralFeature feature, Collection<CDOFeatureType> featureTypes) static String
CDOFeatureType.writeCombination
(Collection<CDOFeatureType> featureTypes)