public class PersonImpl extends MinimalEObjectImpl.Container implements Person
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address
The cached value of the '
Address' reference. |
protected static java.math.BigInteger |
BIG_INT_EDEFAULT
The default value of the '
Big Int' attribute. |
protected <any> |
bigDec
The cached value of the '
Big Dec' attribute list. |
protected java.math.BigInteger |
bigInt
The cached value of the '
Big Int' attribute. |
protected <any> |
contact
The cached value of the '
Contact' containment reference list. |
protected static java.lang.String |
FIRST_NAME_EDEFAULT
The default value of the '
First Name' attribute. |
protected java.lang.String |
firstName
The cached value of the '
First Name' attribute. |
protected GenderType |
gender
The cached value of the '
Gender' attribute. |
protected static GenderType |
GENDER_EDEFAULT
The default value of the '
Gender' attribute. |
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected byte[] |
image
The cached value of the '
Image' attribute. |
protected static byte[] |
IMAGE_EDEFAULT
The default value of the '
Image' attribute. |
protected static java.lang.String |
LAST_NAME_EDEFAULT
The default value of the '
Last Name' attribute. |
protected java.lang.String |
lastName
The cached value of the '
Last Name' attribute. |
protected <any> |
properties
The cached value of the '
Properties' map. |
protected <any> |
tags
The cached value of the '
Tags' containment reference list. |
| Modifier | Constructor and Description |
|---|---|
protected |
PersonImpl() |
| Modifier and Type | Method and Description |
|---|---|
Address |
basicGetAddress() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Address |
getAddress() |
<any> |
getBigDec() |
java.math.BigInteger |
getBigInt() |
<any> |
getContact() |
java.lang.String |
getFirstName() |
GenderType |
getGender() |
java.lang.String |
getId() |
byte[] |
getImage() |
java.lang.String |
getLastName() |
<any> |
getProperties() |
<any> |
getTags() |
void |
setAddress(Address newAddress) |
void |
setBigInt(java.math.BigInteger newBigInt) |
void |
setFirstName(java.lang.String newFirstName) |
void |
setGender(GenderType newGender) |
void |
setId(java.lang.String newId) |
void |
setImage(byte[] newImage) |
void |
setLastName(java.lang.String newLastName) |
java.lang.String |
toString() |
protected static final java.lang.String FIRST_NAME_EDEFAULT
First Name' attribute.
getFirstName()protected java.lang.String firstName
First Name' attribute.
getFirstName()protected static final java.lang.String LAST_NAME_EDEFAULT
Last Name' attribute.
getLastName()protected java.lang.String lastName
Last Name' attribute.
getLastName()protected <any> contact
Contact' containment reference list.
getContact()protected Address address
Address' reference.
getAddress()protected static final GenderType GENDER_EDEFAULT
Gender' attribute.
getGender()protected GenderType gender
Gender' attribute.
getGender()protected <any> tags
Tags' containment reference list.
getTags()protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected <any> properties
Properties' map.
getProperties()protected static final java.math.BigInteger BIG_INT_EDEFAULT
Big Int' attribute.
getBigInt()protected java.math.BigInteger bigInt
Big Int' attribute.
getBigInt()protected <any> bigDec
Big Dec' attribute list.
getBigDec()protected static final byte[] IMAGE_EDEFAULT
Image' attribute.
getImage()protected byte[] image
Image' attribute.
getImage()protected EClass eStaticClass()
public java.lang.String getFirstName()
getFirstName in interface PersonPerson.setFirstName(String),
TestPackage.getPerson_FirstName()public void setFirstName(java.lang.String newFirstName)
setFirstName in interface PersonnewFirstName - the new value of the 'First Name' attribute.Person.getFirstName()public java.lang.String getLastName()
getLastName in interface PersonPerson.setLastName(String),
TestPackage.getPerson_LastName()public void setLastName(java.lang.String newLastName)
setLastName in interface PersonnewLastName - the new value of the 'Last Name' attribute.Person.getLastName()public <any> getContact()
getContact in interface PersonTestPackage.getPerson_Contact()public Address getAddress()
getAddress in interface PersonPerson.setAddress(Address),
TestPackage.getPerson_Address()public Address basicGetAddress()
public void setAddress(Address newAddress)
setAddress in interface PersonnewAddress - the new value of the 'Address' reference.Person.getAddress()public GenderType getGender()
getGender in interface PersonGenderType,
Person.setGender(GenderType),
TestPackage.getPerson_Gender()public void setGender(GenderType newGender)
setGender in interface PersonnewGender - the new value of the 'Gender' attribute.GenderType,
Person.getGender()public <any> getTags()
getTags in interface PersonTestPackage.getPerson_Tags()public java.lang.String getId()
getId in interface PersonPerson.setId(String),
TestPackage.getPerson_Id()public void setId(java.lang.String newId)
setId in interface PersonnewId - the new value of the 'Id' attribute.Person.getId()public <any> getProperties()
getProperties in interface PersonTestPackage.getPerson_Properties()public java.math.BigInteger getBigInt()
getBigInt in interface PersonPerson.setBigInt(BigInteger),
TestPackage.getPerson_BigInt()public void setBigInt(java.math.BigInteger newBigInt)
setBigInt in interface PersonnewBigInt - the new value of the 'Big Int' attribute.Person.getBigInt()public <any> getBigDec()
getBigDec in interface PersonTestPackage.getPerson_BigDec()public byte[] getImage()
getImage in interface PersonPerson.setImage(byte[]),
TestPackage.getPerson_Image()public void setImage(byte[] newImage)
setImage in interface PersonnewImage - the new value of the 'Image' attribute.Person.getImage()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Data In Motion Consulting GmbH