Uses of Class
org.eclipse.emfcloud.jackson.databind.type.FeatureKind
-
Packages that use FeatureKind Package Description org.eclipse.emfcloud.jackson.databind.type -
-
Uses of FeatureKind in org.eclipse.emfcloud.jackson.databind.type
Methods in org.eclipse.emfcloud.jackson.databind.type that return FeatureKind Modifier and Type Method Description static FeatureKindFeatureKind. get(org.eclipse.emf.ecore.ETypedElement feature)static FeatureKindFeatureKind. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureKind[]FeatureKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-