net.refractions.udig.printing.model
Interface ModelPackage


public interface ModelPackage

The Package for the model. It contains accessors for the meta objects to represent

This was generated using EMF The intended use of this interface to access the properties of the classes generted using EMF.

See Also:
ModelFactory

Field Summary
static int BOX
          The meta object id for the 'Box' class.
static int BOX__BOX_PRINTER
          The feature id for the 'Box Printer' attribute.
static int BOX__ID
          The feature id for the 'ID' attribute.
static int BOX__LOCATION
          The feature id for the 'Location' attribute.
static int BOX__SIZE
          The feature id for the 'Size' attribute.
static int BOX__SOURCE_CONNECTIONS
          The feature id for the 'Source Connections' reference list.
static int BOX__TARGET_CONNECTIONS
          The feature id for the 'Target Connections' reference list.
static int BOX_FEATURE_COUNT
          The number of structural features of the the 'Box' class.
static int BOX_PRINTER
          The meta object id for the 'Box Printer' data type.
static int CONNECTION
          The meta object id for the 'Connection' class.
static int CONNECTION__CONNECTED
          The feature id for the 'Connected' attribute.
static int CONNECTION__LOCATION
          The feature id for the 'Location' attribute.
static int CONNECTION__SIZE
          The feature id for the 'Size' attribute.
static int CONNECTION__SOURCE
          The feature id for the 'Source' reference.
static int CONNECTION__TARGET
          The feature id for the 'Target' reference.
static int CONNECTION_FEATURE_COUNT
          The number of structural features of the the 'Connection' class.
static int DECORATOR_BOX
          The meta object id for the 'Decorator Box' class.
static int DECORATOR_BOX__BOX_PRINTER
          The feature id for the 'Box Printer' attribute.
static int DECORATOR_BOX__ID
          The feature id for the 'ID' attribute.
static int DECORATOR_BOX__LAYER
          The feature id for the 'Layer' reference.
static int DECORATOR_BOX__LOCATION
          The feature id for the 'Location' attribute.
static int DECORATOR_BOX__MAP
          The feature id for the 'Map' reference.
static int DECORATOR_BOX__SIZE
          The feature id for the 'Size' attribute.
static int DECORATOR_BOX__SOURCE_CONNECTIONS
          The feature id for the 'Source Connections' reference list.
static int DECORATOR_BOX__TARGET_CONNECTIONS
          The feature id for the 'Target Connections' reference list.
static int DECORATOR_BOX_FEATURE_COUNT
          The number of structural features of the the 'Decorator Box' class.
static int DIMENSION
          The meta object id for the 'Dimension' data type.
static ModelPackage eINSTANCE
          The singleton instance of the package.
static int ELEMENT
          The meta object id for the 'Element' class.
static int ELEMENT__LOCATION
          The feature id for the 'Location' attribute.
static int ELEMENT__SIZE
          The feature id for the 'Size' attribute.
static int ELEMENT_FEATURE_COUNT
          The number of structural features of the the 'Element' class.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int GRAPHICS2_D
          The meta object id for the 'Graphics2 D' data type.
static int IPROGRESS_MONITOR
          The meta object id for the 'IProgress Monitor' data type.
static int PAGE
          The meta object id for the 'Page' class.
static int PAGE__BOXES
          The feature id for the 'Boxes' containment reference list.
static int PAGE__LOCATION
          The feature id for the 'Location' attribute.
static int PAGE__NAME
          The feature id for the 'Name' attribute.
static int PAGE__PROJECT_INTERNAL
          The feature id for the 'Project Internal' reference.
static int PAGE__SIZE
          The feature id for the 'Size' attribute.
static int PAGE_FEATURE_COUNT
          The number of structural features of the the 'Page' class.
static int POINT
          The meta object id for the 'Point' data type.
 
Method Summary
 EAttribute getBox_BoxPrinter()
          Returns the meta object for the attribute 'Box Printer'.
 EAttribute getBox_ID()
          Returns the meta object for the attribute 'ID'.
 EReference getBox_SourceConnections()
          Returns the meta object for the reference list 'Source Connections'.
 EReference getBox_TargetConnections()
          Returns the meta object for the reference list 'Target Connections'.
 EClass getBox()
          Returns the meta object for class 'Box'.
 EDataType getBoxPrinter()
          Returns the meta object for data type 'Box Printer'.
 EAttribute getConnection_Connected()
          Returns the meta object for the attribute 'Connected'.
 EReference getConnection_Source()
          Returns the meta object for the reference 'Source'.
 EReference getConnection_Target()
          Returns the meta object for the reference 'Target'.
 EClass getConnection()
          Returns the meta object for class 'Connection'.
 EReference getDecoratorBox_Layer()
          Returns the meta object for the reference 'Layer'.
 EReference getDecoratorBox_Map()
          Returns the meta object for the reference 'Map'.
 EClass getDecoratorBox()
          Returns the meta object for class 'Decorator Box'.
 EDataType getDimension()
          Returns the meta object for data type 'Dimension'.
 EAttribute getElement_Location()
          Returns the meta object for the attribute 'Location'.
 EAttribute getElement_Size()
          Returns the meta object for the attribute 'Size'.
 EClass getElement()
          Returns the meta object for class 'Element'.
 EDataType getGraphics2D()
          Returns the meta object for data type 'Graphics2 D'.
 EDataType getIProgressMonitor()
          Returns the meta object for data type 'IProgress Monitor'.
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model.
 EReference getPage_Boxes()
          Returns the meta object for the containment reference list 'Boxes'.
 EClass getPage()
          Returns the meta object for class 'Page'.
 EDataType getPoint()
          Returns the meta object for data type 'Point'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ModelPackage eINSTANCE
The singleton instance of the package.


ELEMENT

static final int ELEMENT
The meta object id for the 'Element' class.

See Also:
net.refractions.udig.printing.model.impl.ElementImpl, net.refractions.udig.printing.model.impl.ModelPackageImpl#getElement(), Constant Field Values

ELEMENT__LOCATION

static final int ELEMENT__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

ELEMENT__SIZE

static final int ELEMENT__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

ELEMENT_FEATURE_COUNT

static final int ELEMENT_FEATURE_COUNT
The number of structural features of the the 'Element' class.

See Also:
Constant Field Values

BOX

static final int BOX
The meta object id for the 'Box' class.

See Also:
net.refractions.udig.printing.model.impl.BoxImpl, net.refractions.udig.printing.model.impl.ModelPackageImpl#getBox(), Constant Field Values

BOX__LOCATION

static final int BOX__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

BOX__SIZE

static final int BOX__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

BOX__SOURCE_CONNECTIONS

static final int BOX__SOURCE_CONNECTIONS
The feature id for the 'Source Connections' reference list.

See Also:
Constant Field Values

BOX__TARGET_CONNECTIONS

static final int BOX__TARGET_CONNECTIONS
The feature id for the 'Target Connections' reference list.

See Also:
Constant Field Values

BOX__BOX_PRINTER

static final int BOX__BOX_PRINTER
The feature id for the 'Box Printer' attribute.

See Also:
Constant Field Values

BOX__ID

static final int BOX__ID
The feature id for the 'ID' attribute.

See Also:
Constant Field Values

BOX_FEATURE_COUNT

static final int BOX_FEATURE_COUNT
The number of structural features of the the 'Box' class.

See Also:
Constant Field Values

CONNECTION

static final int CONNECTION
The meta object id for the 'Connection' class.

See Also:
net.refractions.udig.printing.model.impl.ConnectionImpl, net.refractions.udig.printing.model.impl.ModelPackageImpl#getConnection(), Constant Field Values

CONNECTION__LOCATION

static final int CONNECTION__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

CONNECTION__SIZE

static final int CONNECTION__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

CONNECTION__CONNECTED

static final int CONNECTION__CONNECTED
The feature id for the 'Connected' attribute.

See Also:
Constant Field Values

CONNECTION__SOURCE

static final int CONNECTION__SOURCE
The feature id for the 'Source' reference.

See Also:
Constant Field Values

CONNECTION__TARGET

static final int CONNECTION__TARGET
The feature id for the 'Target' reference.

See Also:
Constant Field Values

CONNECTION_FEATURE_COUNT

static final int CONNECTION_FEATURE_COUNT
The number of structural features of the the 'Connection' class.

See Also:
Constant Field Values

DECORATOR_BOX

static final int DECORATOR_BOX
The meta object id for the 'Decorator Box' class.

See Also:
net.refractions.udig.printing.model.impl.DecoratorBoxImpl, net.refractions.udig.printing.model.impl.ModelPackageImpl#getDecoratorBox(), Constant Field Values

DECORATOR_BOX__LOCATION

static final int DECORATOR_BOX__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

DECORATOR_BOX__SIZE

static final int DECORATOR_BOX__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

DECORATOR_BOX__SOURCE_CONNECTIONS

static final int DECORATOR_BOX__SOURCE_CONNECTIONS
The feature id for the 'Source Connections' reference list.

See Also:
Constant Field Values

DECORATOR_BOX__TARGET_CONNECTIONS

static final int DECORATOR_BOX__TARGET_CONNECTIONS
The feature id for the 'Target Connections' reference list.

See Also:
Constant Field Values

DECORATOR_BOX__BOX_PRINTER

static final int DECORATOR_BOX__BOX_PRINTER
The feature id for the 'Box Printer' attribute.

See Also:
Constant Field Values

DECORATOR_BOX__ID

static final int DECORATOR_BOX__ID
The feature id for the 'ID' attribute.

See Also:
Constant Field Values

DECORATOR_BOX__MAP

static final int DECORATOR_BOX__MAP
The feature id for the 'Map' reference.

See Also:
Constant Field Values

DECORATOR_BOX__LAYER

static final int DECORATOR_BOX__LAYER
The feature id for the 'Layer' reference.

See Also:
Constant Field Values

DECORATOR_BOX_FEATURE_COUNT

static final int DECORATOR_BOX_FEATURE_COUNT
The number of structural features of the the 'Decorator Box' class.

See Also:
Constant Field Values

PAGE

static final int PAGE
The meta object id for the 'Page' class.

See Also:
net.refractions.udig.printing.model.impl.PageImpl, net.refractions.udig.printing.model.impl.ModelPackageImpl#getPage(), Constant Field Values

PAGE__LOCATION

static final int PAGE__LOCATION
The feature id for the 'Location' attribute.

See Also:
Constant Field Values

PAGE__SIZE

static final int PAGE__SIZE
The feature id for the 'Size' attribute.

See Also:
Constant Field Values

PAGE__NAME

static final int PAGE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

PAGE__PROJECT_INTERNAL

static final int PAGE__PROJECT_INTERNAL
The feature id for the 'Project Internal' reference.

See Also:
Constant Field Values

PAGE__BOXES

static final int PAGE__BOXES
The feature id for the 'Boxes' containment reference list.

See Also:
Constant Field Values

PAGE_FEATURE_COUNT

static final int PAGE_FEATURE_COUNT
The number of structural features of the the 'Page' class.

See Also:
Constant Field Values

GRAPHICS2_D

static final int GRAPHICS2_D
The meta object id for the 'Graphics2 D' data type.

See Also:
Graphics2D, net.refractions.udig.printing.model.impl.ModelPackageImpl#getGraphics2D(), Constant Field Values

DIMENSION

static final int DIMENSION
The meta object id for the 'Dimension' data type.

See Also:
org.eclipse.draw2d.geometry.Dimension, net.refractions.udig.printing.model.impl.ModelPackageImpl#getDimension(), Constant Field Values

POINT

static final int POINT
The meta object id for the 'Point' data type.

See Also:
org.eclipse.draw2d.geometry.Point, net.refractions.udig.printing.model.impl.ModelPackageImpl#getPoint(), Constant Field Values

IPROGRESS_MONITOR

static final int IPROGRESS_MONITOR
The meta object id for the 'IProgress Monitor' data type.

See Also:
org.eclipse.core.runtime.IProgressMonitor, net.refractions.udig.printing.model.impl.ModelPackageImpl#getIProgressMonitor(), Constant Field Values

BOX_PRINTER

static final int BOX_PRINTER
The meta object id for the 'Box Printer' data type.

See Also:
BoxPrinter, net.refractions.udig.printing.model.impl.ModelPackageImpl#getBoxPrinter(), Constant Field Values
Method Detail

getBox

EClass getBox()
Returns the meta object for class 'Box'.

Returns:
the meta object for class 'Box'.
See Also:
Box

getBox_SourceConnections

EReference getBox_SourceConnections()
Returns the meta object for the reference list 'Source Connections'.

Returns:
the meta object for the reference list 'Source Connections'.
See Also:
Box.getSourceConnections(), getBox()

getBox_TargetConnections

EReference getBox_TargetConnections()
Returns the meta object for the reference list 'Target Connections'.

Returns:
the meta object for the reference list 'Target Connections'.
See Also:
Box.getTargetConnections(), getBox()

getBox_BoxPrinter

EAttribute getBox_BoxPrinter()
Returns the meta object for the attribute 'Box Printer'.

Returns:
the meta object for the attribute 'Box Printer'.
See Also:
Box.getBoxPrinter(), getBox()

getBox_ID

EAttribute getBox_ID()
Returns the meta object for the attribute 'ID'.

Returns:
the meta object for the attribute 'ID'.
See Also:
Box.getID(), getBox()

getConnection

EClass getConnection()
Returns the meta object for class 'Connection'.

Returns:
the meta object for class 'Connection'.
See Also:
Connection

getConnection_Connected

EAttribute getConnection_Connected()
Returns the meta object for the attribute 'Connected'.

Returns:
the meta object for the attribute 'Connected'.
See Also:
Connection.isConnected(), getConnection()

getConnection_Source

EReference getConnection_Source()
Returns the meta object for the reference 'Source'.

Returns:
the meta object for the reference 'Source'.
See Also:
Connection.getSource(), getConnection()

getConnection_Target

EReference getConnection_Target()
Returns the meta object for the reference 'Target'.

Returns:
the meta object for the reference 'Target'.
See Also:
Connection.getTarget(), getConnection()

getDecoratorBox

EClass getDecoratorBox()
Returns the meta object for class 'Decorator Box'.

Returns:
the meta object for class 'Decorator Box'.
See Also:
DecoratorBox

getDecoratorBox_Map

EReference getDecoratorBox_Map()
Returns the meta object for the reference 'Map'.

Returns:
the meta object for the reference 'Map'.
See Also:
DecoratorBox.getMap(), getDecoratorBox()

getDecoratorBox_Layer

EReference getDecoratorBox_Layer()
Returns the meta object for the reference 'Layer'.

Returns:
the meta object for the reference 'Layer'.
See Also:
DecoratorBox.getLayer(), getDecoratorBox()

getElement

EClass getElement()
Returns the meta object for class 'Element'.

Returns:
the meta object for class 'Element'.
See Also:
Element

getElement_Location

EAttribute getElement_Location()
Returns the meta object for the attribute 'Location'.

Returns:
the meta object for the attribute 'Location'.
See Also:
Element.getLocation(), getElement()

getElement_Size

EAttribute getElement_Size()
Returns the meta object for the attribute 'Size'.

Returns:
the meta object for the attribute 'Size'.
See Also:
Element.getSize(), getElement()

getPage

EClass getPage()
Returns the meta object for class 'Page'.

Returns:
the meta object for class 'Page'.
See Also:
Page

getPage_Boxes

EReference getPage_Boxes()
Returns the meta object for the containment reference list 'Boxes'.

Returns:
the meta object for the containment reference list 'Boxes'.
See Also:
Page.getBoxes(), getPage()

getGraphics2D

EDataType getGraphics2D()
Returns the meta object for data type 'Graphics2 D'.

Returns:
the meta object for data type 'Graphics2 D'.
See Also:
Graphics2D

getDimension

EDataType getDimension()
Returns the meta object for data type 'Dimension'.

Returns:
the meta object for data type 'Dimension'.
See Also:
org.eclipse.draw2d.geometry.Dimension

getPoint

EDataType getPoint()
Returns the meta object for data type 'Point'.

Returns:
the meta object for data type 'Point'.
See Also:
org.eclipse.draw2d.geometry.Point

getIProgressMonitor

EDataType getIProgressMonitor()
Returns the meta object for data type 'IProgress Monitor'.

Returns:
the meta object for data type 'IProgress Monitor'.
See Also:
org.eclipse.core.runtime.IProgressMonitor

getBoxPrinter

EDataType getBoxPrinter()
Returns the meta object for data type 'Box Printer'.

Returns:
the meta object for data type 'Box Printer'.
See Also:
BoxPrinter

getModelFactory

ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.