Uses of Class
org.eclipse.gmt.modisco.omg.kdm.code.StorableKind

Packages that use StorableKind
org.eclipse.gmt.modisco.omg.kdm.code   
 

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
static java.util.List<StorableKind> StorableKind.VALUES
          A public read-only list of all the 'Storable Kind' enumerators.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return StorableKind
static StorableKind StorableKind.get(int value)
          Returns the 'Storable Kind' literal with the specified integer value.
static StorableKind StorableKind.get(java.lang.String literal)
          Returns the 'Storable Kind' literal with the specified literal value.
static StorableKind StorableKind.getByName(java.lang.String name)
          Returns the 'Storable Kind' literal with the specified name.
 StorableKind StorableUnit.getKind()
          Returns the value of the 'Kind' attribute.
static StorableKind StorableKind.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type StorableKind
 void StorableUnit.setKind(StorableKind value)
          Sets the value of the 'Kind' attribute.