Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.StorableKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl |
-
Uses of StorableKind in org.eclipse.gmt.modisco.omg.kdm.code
Fields in org.eclipse.gmt.modisco.omg.kdm.code with type parameters of type StorableKind Modifier and Type Field Description static List<StorableKind>StorableKind. VALUESA public read-only list of all the 'Storable Kind' enumerators.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return StorableKind Modifier and Type Method Description static StorableKindStorableKind. get(int value)Returns the 'Storable Kind' literal with the specified integer value.static StorableKindStorableKind. get(String literal)Returns the 'Storable Kind' literal with the specified literal value.static StorableKindStorableKind. getByName(String name)Returns the 'Storable Kind' literal with the specified name.StorableKindStorableUnit. getKind()Returns the value of the 'Kind' attribute.static StorableKindStorableKind. valueOf(String name)Returns the enum constant of this type with the specified name.static StorableKind[]StorableKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type StorableKind Modifier and Type Method Description voidStorableUnit. setKind(StorableKind value)Sets the value of the 'Kind' attribute. -
Uses of StorableKind in org.eclipse.gmt.modisco.omg.kdm.code.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as StorableKind Modifier and Type Field Description protected StorableKindStorableUnitImpl. kindThe cached value of the 'Kind' attribute.protected static StorableKindStorableUnitImpl. KIND_EDEFAULTThe default value of the 'Kind' attribute.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return StorableKind Modifier and Type Method Description StorableKindCodeFactoryImpl. createStorableKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)StorableKindStorableUnitImpl. getKind()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type StorableKind Modifier and Type Method Description voidStorableUnitImpl. setKind(StorableKind newKind)