org.eclipse.uml2.types
Interface TypesPackage.Literals

Enclosing interface:
TypesPackage

public static interface TypesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EDataType BOOLEAN
          The meta object literal for the 'Boolean' data type
static org.eclipse.emf.ecore.EDataType INTEGER
          The meta object literal for the 'Integer' data type
static org.eclipse.emf.ecore.EDataType REAL
          The meta object literal for the 'Real' data type
static org.eclipse.emf.ecore.EDataType STRING
          The meta object literal for the 'String' data type
static org.eclipse.emf.ecore.EDataType UNLIMITED_NATURAL
          The meta object literal for the 'Unlimited Natural' data type
 

Field Detail

BOOLEAN

static final org.eclipse.emf.ecore.EDataType BOOLEAN
The meta object literal for the 'Boolean' data type.

See Also:
TypesPackageImpl.getBoolean()

INTEGER

static final org.eclipse.emf.ecore.EDataType INTEGER
The meta object literal for the 'Integer' data type.

See Also:
TypesPackageImpl.getInteger()

REAL

static final org.eclipse.emf.ecore.EDataType REAL
The meta object literal for the 'Real' data type.

See Also:
TypesPackageImpl.getReal()

STRING

static final org.eclipse.emf.ecore.EDataType STRING
The meta object literal for the 'String' data type.

See Also:
String, TypesPackageImpl.getString()

UNLIMITED_NATURAL

static final org.eclipse.emf.ecore.EDataType UNLIMITED_NATURAL
The meta object literal for the 'Unlimited Natural' data type.

See Also:
TypesPackageImpl.getUnlimitedNatural()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.