public interface FamiliesPackage
extends org.eclipse.emf.ecore.EPackage
FamiliesFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
FamiliesPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BIKE
The meta object id for the '
Bike' class. |
static int |
BIKE__OWNER
The feature id for the 'Owner' reference.
|
static int |
BIKE__RIDER
The feature id for the 'Rider' containment reference.
|
static int |
BIKE_FEATURE_COUNT
The number of structural features of the 'Bike' class.
|
static int |
DISTRICT
The meta object id for the '
District' class. |
static int |
DISTRICT__DOGS
The feature id for the 'Dogs' containment reference list.
|
static int |
DISTRICT__FAMILIES
The feature id for the 'Families' containment reference list.
|
static int |
DISTRICT_FEATURE_COUNT
The number of structural features of the 'District' class.
|
static int |
DOG
The meta object id for the '
Dog' class. |
static int |
DOG__BREED
The feature id for the 'Breed' attribute.
|
static int |
DOG__DISTRICT
The feature id for the 'District' container reference.
|
static int |
DOG__LOUD
The feature id for the 'Loud' attribute.
|
static int |
DOG__MALE
The feature id for the 'Male' attribute.
|
static int |
DOG__NAME
The feature id for the 'Name' attribute.
|
static int |
DOG_BREED
The meta object id for the '
Dog Breed' enum. |
static int |
DOG_FEATURE_COUNT
The number of structural features of the 'Dog' class.
|
static FamiliesPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
FAMILY
The meta object id for the '
Family' class. |
static int |
FAMILY__ADDRESS
The feature id for the 'Address' attribute list.
|
static int |
FAMILY__AVERAGE_AGE
The feature id for the 'Average Age' attribute.
|
static int |
FAMILY__DISTRICT
The feature id for the 'District' container reference.
|
static int |
FAMILY__DOGS
The feature id for the 'Dogs' reference list.
|
static int |
FAMILY__ID
The feature id for the 'Id' attribute.
|
static int |
FAMILY__LOTTERY_NUMBERS
The feature id for the 'Lottery Numbers' attribute list.
|
static int |
FAMILY__MEMBERS
The feature id for the 'Members' containment reference list.
|
static int |
FAMILY__NAME
The feature id for the 'Name' attribute.
|
static int |
FAMILY__NUCLEAR
The feature id for the 'Nuclear' attribute.
|
static int |
FAMILY__NUMBER_OF_CHILDREN
The feature id for the 'Number Of Children' attribute.
|
static int |
FAMILY__PETS
The feature id for the 'Pets' reference list.
|
static int |
FAMILY_FEATURE_COUNT
The number of structural features of the 'Family' class.
|
static int |
MODEL
The meta object id for the '
Model' class. |
static int |
MODEL__CONTENTS
The feature id for the 'Contents' containment reference list.
|
static int |
MODEL__CONTENTS2
The feature id for the 'Contents2' containment reference list.
|
static int |
MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.
|
static int |
NAMED_ELEMENT
The meta object id for the '
Named Element' class. |
static int |
NAMED_ELEMENT__NAME
The feature id for the 'Name' attribute.
|
static int |
NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Named Element' class.
|
static int |
PERSON
The meta object id for the '
Person' class. |
static int |
PERSON__ACCOUNTS
The feature id for the 'Accounts' containment reference list.
|
static int |
PERSON__FRIENDS
The feature id for the 'Friends' reference list.
|
static int |
PERSON__NAME
The feature id for the 'Name' attribute.
|
static int |
PERSON__SHARED_ACCOUNTS
The feature id for the 'Shared Accounts' reference list.
|
static int |
PERSON_FEATURE_COUNT
The number of structural features of the 'Person' class.
|
static int |
PET
The meta object id for the '
Pet' class. |
static int |
PET__MALE
The feature id for the 'Male' attribute.
|
static int |
PET__NAME
The feature id for the 'Name' attribute.
|
static int |
PET_FEATURE_COUNT
The number of structural features of the 'Pet' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getBike_Owner()
Returns the meta object for the reference '
Owner'. |
org.eclipse.emf.ecore.EReference |
getBike_Rider()
Returns the meta object for the containment reference '
Rider'. |
org.eclipse.emf.ecore.EClass |
getBike()
Returns the meta object for class '
Bike'. |
org.eclipse.emf.ecore.EReference |
getDistrict_Dogs()
Returns the meta object for the containment reference list '
Dogs'. |
org.eclipse.emf.ecore.EReference |
getDistrict_Families()
Returns the meta object for the containment reference list '
Families'. |
org.eclipse.emf.ecore.EClass |
getDistrict()
Returns the meta object for class '
District'. |
org.eclipse.emf.ecore.EAttribute |
getDog_Breed()
Returns the meta object for the attribute '
Breed'. |
org.eclipse.emf.ecore.EReference |
getDog_District()
Returns the meta object for the container reference '
District'. |
org.eclipse.emf.ecore.EAttribute |
getDog_Loud()
Returns the meta object for the attribute '
Loud'. |
org.eclipse.emf.ecore.EClass |
getDog()
Returns the meta object for class '
Dog'. |
org.eclipse.emf.ecore.EEnum |
getDogBreed()
Returns the meta object for enum '
Dog Breed'. |
FamiliesFactory |
getFamiliesFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getFamily_Address()
Returns the meta object for the attribute list '
Address'. |
org.eclipse.emf.ecore.EAttribute |
getFamily_AverageAge()
Returns the meta object for the attribute '
Average Age'. |
org.eclipse.emf.ecore.EReference |
getFamily_District()
Returns the meta object for the container reference '
District'. |
org.eclipse.emf.ecore.EReference |
getFamily_Dogs()
Returns the meta object for the reference list '
Dogs'. |
org.eclipse.emf.ecore.EAttribute |
getFamily_Id()
Returns the meta object for the attribute '
Id'. |
org.eclipse.emf.ecore.EAttribute |
getFamily_LotteryNumbers()
Returns the meta object for the attribute list '
Lottery Numbers'. |
org.eclipse.emf.ecore.EReference |
getFamily_Members()
Returns the meta object for the containment reference list '
Members'. |
org.eclipse.emf.ecore.EAttribute |
getFamily_Nuclear()
Returns the meta object for the attribute '
Nuclear'. |
org.eclipse.emf.ecore.EAttribute |
getFamily_NumberOfChildren()
Returns the meta object for the attribute '
Number Of Children'. |
org.eclipse.emf.ecore.EReference |
getFamily_Pets()
Returns the meta object for the reference list '
Pets'. |
org.eclipse.emf.ecore.EClass |
getFamily()
Returns the meta object for class '
Family'. |
org.eclipse.emf.ecore.EReference |
getModel_Contents()
Returns the meta object for the containment reference list '
Contents'. |
org.eclipse.emf.ecore.EReference |
getModel_Contents2()
Returns the meta object for the containment reference list '
Contents2'. |
org.eclipse.emf.ecore.EClass |
getModel()
Returns the meta object for class '
Model'. |
org.eclipse.emf.ecore.EAttribute |
getNamedElement_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EClass |
getNamedElement()
Returns the meta object for class '
Named Element'. |
org.eclipse.emf.ecore.EReference |
getPerson_Accounts()
Returns the meta object for the containment reference list '
Accounts'. |
org.eclipse.emf.ecore.EReference |
getPerson_Friends()
Returns the meta object for the reference list '
Friends'. |
org.eclipse.emf.ecore.EReference |
getPerson_SharedAccounts()
Returns the meta object for the reference list '
Shared Accounts'. |
org.eclipse.emf.ecore.EClass |
getPerson()
Returns the meta object for class '
Person'. |
org.eclipse.emf.ecore.EAttribute |
getPet_Male()
Returns the meta object for the attribute '
Male'. |
org.eclipse.emf.ecore.EClass |
getPet()
Returns the meta object for class '
Pet'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final FamiliesPackage eINSTANCE
static final int NAMED_ELEMENT
Named Element' class.
static final int NAMED_ELEMENT__NAME
static final int NAMED_ELEMENT_FEATURE_COUNT
static final int FAMILY
Family' class.
static final int FAMILY__NAME
static final int FAMILY__ADDRESS
static final int FAMILY__PETS
static final int FAMILY__NUMBER_OF_CHILDREN
static final int FAMILY__MEMBERS
static final int FAMILY__ID
static final int FAMILY__NUCLEAR
static final int FAMILY__AVERAGE_AGE
static final int FAMILY__DOGS
static final int FAMILY__DISTRICT
static final int FAMILY__LOTTERY_NUMBERS
static final int FAMILY_FEATURE_COUNT
static final int PET
Pet' class.
PetImpl,
FamiliesPackageImpl.getPet(),
Constant Field Valuesstatic final int PET__NAME
static final int PET__MALE
static final int PET_FEATURE_COUNT
static final int PERSON
Person' class.
static final int PERSON__NAME
static final int PERSON__SHARED_ACCOUNTS
static final int PERSON__ACCOUNTS
static final int PERSON__FRIENDS
static final int PERSON_FEATURE_COUNT
static final int DOG
Dog' class.
DogImpl,
FamiliesPackageImpl.getDog(),
Constant Field Valuesstatic final int DOG__NAME
static final int DOG__MALE
static final int DOG__LOUD
static final int DOG__BREED
static final int DOG__DISTRICT
static final int DOG_FEATURE_COUNT
static final int DISTRICT
District' class.
static final int DISTRICT__FAMILIES
static final int DISTRICT__DOGS
static final int DISTRICT_FEATURE_COUNT
static final int MODEL
Model' class.
static final int MODEL__CONTENTS
static final int MODEL__CONTENTS2
static final int MODEL_FEATURE_COUNT
static final int BIKE
Bike' class.
static final int BIKE__RIDER
static final int BIKE__OWNER
static final int BIKE_FEATURE_COUNT
static final int DOG_BREED
Dog Breed' enum.
org.eclipse.emf.ecore.EClass getNamedElement()
Named Element'.
NamedElementorg.eclipse.emf.ecore.EAttribute getNamedElement_Name()
Name'.
NamedElement.getName(),
getNamedElement()org.eclipse.emf.ecore.EClass getFamily()
Family'.
Familyorg.eclipse.emf.ecore.EAttribute getFamily_Address()
Address'.
Family.getAddress(),
getFamily()org.eclipse.emf.ecore.EReference getFamily_Pets()
Pets'.
Family.getPets(),
getFamily()org.eclipse.emf.ecore.EAttribute getFamily_NumberOfChildren()
Number Of Children'.
Family.getNumberOfChildren(),
getFamily()org.eclipse.emf.ecore.EReference getFamily_Members()
Members'.
Family.getMembers(),
getFamily()org.eclipse.emf.ecore.EAttribute getFamily_Id()
Id'.
Family.getId(),
getFamily()org.eclipse.emf.ecore.EAttribute getFamily_Nuclear()
Nuclear'.
Family.isNuclear(),
getFamily()org.eclipse.emf.ecore.EAttribute getFamily_AverageAge()
Average Age'.
Family.getAverageAge(),
getFamily()org.eclipse.emf.ecore.EReference getFamily_Dogs()
Dogs'.
Family.getDogs(),
getFamily()org.eclipse.emf.ecore.EReference getFamily_District()
District'.
Family.getDistrict(),
getFamily()org.eclipse.emf.ecore.EAttribute getFamily_LotteryNumbers()
Lottery Numbers'.
Family.getLotteryNumbers(),
getFamily()org.eclipse.emf.ecore.EClass getPet()
Pet'.
Petorg.eclipse.emf.ecore.EAttribute getPet_Male()
Male'.
Pet.isMale(),
getPet()org.eclipse.emf.ecore.EClass getPerson()
Person'.
Personorg.eclipse.emf.ecore.EReference getPerson_SharedAccounts()
Shared Accounts'.
Person.getSharedAccounts(),
getPerson()org.eclipse.emf.ecore.EReference getPerson_Accounts()
Accounts'.
Person.getAccounts(),
getPerson()org.eclipse.emf.ecore.EReference getPerson_Friends()
Friends'.
Person.getFriends(),
getPerson()org.eclipse.emf.ecore.EClass getDog()
Dog'.
Dogorg.eclipse.emf.ecore.EAttribute getDog_Loud()
Loud'.
Dog.isLoud(),
getDog()org.eclipse.emf.ecore.EAttribute getDog_Breed()
Breed'.
Dog.getBreed(),
getDog()org.eclipse.emf.ecore.EReference getDog_District()
District'.
Dog.getDistrict(),
getDog()org.eclipse.emf.ecore.EClass getDistrict()
District'.
Districtorg.eclipse.emf.ecore.EReference getDistrict_Families()
Families'.
District.getFamilies(),
getDistrict()org.eclipse.emf.ecore.EReference getDistrict_Dogs()
Dogs'.
District.getDogs(),
getDistrict()org.eclipse.emf.ecore.EClass getModel()
Model'.
Modelorg.eclipse.emf.ecore.EReference getModel_Contents()
Contents'.
Model.getContents(),
getModel()org.eclipse.emf.ecore.EReference getModel_Contents2()
Contents2'.
Model.getContents2(),
getModel()org.eclipse.emf.ecore.EClass getBike()
Bike'.
Bikeorg.eclipse.emf.ecore.EReference getBike_Rider()
Rider'.
Bike.getRider(),
getBike()org.eclipse.emf.ecore.EReference getBike_Owner()
Owner'.
Bike.getOwner(),
getBike()org.eclipse.emf.ecore.EEnum getDogBreed()
Dog Breed'.
DogBreedFamiliesFactory getFamiliesFactory()
Copyright © 2020. All rights reserved.