Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.common.metadata.traittypes.traittypes
Interface TraitTypesPackage


public interface TraitTypesPackage

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

  • each class,
  • each feature of each class,
  • each enum,
  • and each data type

Provisional API - subject to change

See Also:
TraitTypesFactory

Nested Class Summary
static interface TraitTypesPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static java.lang.String copyright
           
static  TraitTypesPackage eINSTANCE
          The singleton instance of the package
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 LIST_OF_VALUES
          The meta object id for the ' List Of Values ' class
static int LIST_OF_VALUES__ENTRIES
          The feature id for the ' Entries ' containment reference list
static int LIST_OF_VALUES_FEATURE_COUNT
          The number of structural features of the 'List Of Values' class
static int SET_GENERATOR
          The meta object id for the ' Set Generator ' class
static int SET_GENERATOR__ALGORITHM
          The feature id for the ' Algorithm ' attribute
static int SET_GENERATOR__EXPRESSION
          The feature id for the ' Expression ' attribute
static int SET_GENERATOR_FEATURE_COUNT
          The number of structural features of the 'Set Generator' class
 
Method Summary
 EReference getListOfValues_Entries ()
          Returns the meta object for the containment reference list ' Entries'
 EClass getListOfValues ()
          Returns the meta object for class ' List Of Values'
 EAttribute getSetGenerator_Algorithm ()
          Returns the meta object for the attribute ' Algorithm'
 EAttribute getSetGenerator_Expression ()
          Returns the meta object for the attribute ' Expression'
 EClass getSetGenerator ()
          Returns the meta object for class ' Set Generator'
  TraitTypesFactory getTraitTypesFactory ()
          Returns the factory that creates the instances of the model
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

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 
TraitTypesPackage eINSTANCE
The singleton instance of the package.


LIST_OF_VALUES

static final int LIST_OF_VALUES
The meta object id for the ' List Of Values ' class.

See Also:
ListOfValuesImpl, TraitTypesPackageImpl.getListOfValues(), Constant Field Values

LIST_OF_VALUES__ENTRIES

static final int LIST_OF_VALUES__ENTRIES
The feature id for the ' Entries ' containment reference list.

See Also:
Constant Field Values

LIST_OF_VALUES_FEATURE_COUNT

static final int LIST_OF_VALUES_FEATURE_COUNT
The number of structural features of the 'List Of Values' class.

See Also:
Constant Field Values

SET_GENERATOR

static final int SET_GENERATOR
The meta object id for the ' Set Generator ' class.

See Also:
SetGeneratorImpl, TraitTypesPackageImpl.getSetGenerator(), Constant Field Values

SET_GENERATOR__ALGORITHM

static final int SET_GENERATOR__ALGORITHM
The feature id for the ' Algorithm ' attribute.

See Also:
Constant Field Values

SET_GENERATOR__EXPRESSION

static final int SET_GENERATOR__EXPRESSION
The feature id for the ' Expression ' attribute.

See Also:
Constant Field Values

SET_GENERATOR_FEATURE_COUNT

static final int SET_GENERATOR_FEATURE_COUNT
The number of structural features of the 'Set Generator' class.

See Also:
Constant Field Values
Method Detail

getListOfValues

EClass getListOfValues()
Returns the meta object for class ' List Of Values'.

Returns:
the meta object for class 'List Of Values'.
See Also:
ListOfValues

getListOfValues_Entries

EReference getListOfValues_Entries()
Returns the meta object for the containment reference list ' Entries'.

Returns:
the meta object for the containment reference list 'Entries'.
See Also:
ListOfValues.getEntries(), getListOfValues()

getSetGenerator

EClass getSetGenerator()
Returns the meta object for class ' Set Generator'.

Returns:
the meta object for class 'Set Generator'.
See Also:
SetGenerator

getSetGenerator_Algorithm

EAttribute getSetGenerator_Algorithm()
Returns the meta object for the attribute ' Algorithm'.

Returns:
the meta object for the attribute 'Algorithm'.
See Also:
SetGenerator.getAlgorithm(), getSetGenerator()

getSetGenerator_Expression

EAttribute getSetGenerator_Expression()
Returns the meta object for the attribute ' Expression'.

Returns:
the meta object for the attribute 'Expression'.
See Also:
SetGenerator.getExpression(), getSetGenerator()

getTraitTypesFactory


TraitTypesFactory getTraitTypesFactory()
Returns the factory that creates the instances of the model.

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



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire