public class RegistrationImpl extends EObjectImpl implements Registration
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
AGGREGATE_STATE_EDEFAULT
The default value of the '
Aggregate State' attribute. |
protected boolean |
aggregateState
The cached value of the '
Aggregate State' attribute. |
protected java.lang.String |
descriptor
The cached value of the '
Descriptor' attribute. |
protected static java.lang.String |
DESCRIPTOR_EDEFAULT
The default value of the '
Descriptor' attribute. |
protected java.lang.String |
key
The cached value of the '
Key' attribute. |
protected static java.lang.String |
KEY_EDEFAULT
The default value of the '
Key' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
RegistrationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getDescriptor() |
java.lang.String |
getKey() |
boolean |
isAggregateState() |
void |
setAggregateState(boolean newAggregateState) |
void |
setDescriptor(java.lang.String newDescriptor) |
void |
setKey(java.lang.String newKey) |
java.lang.String |
toString() |
protected static final java.lang.String KEY_EDEFAULT
Key' attribute.
getKey()protected static final java.lang.String DESCRIPTOR_EDEFAULT
Descriptor' attribute.
getDescriptor()protected java.lang.String descriptor
Descriptor' attribute.
getDescriptor()protected static final boolean AGGREGATE_STATE_EDEFAULT
Aggregate State' attribute.
isAggregateState(),
Constant Field Valuesprotected boolean aggregateState
Aggregate State' attribute.
isAggregateState()protected EClass eStaticClass()
public java.lang.String getKey()
getKey in interface RegistrationRegistration.setKey(String),
DetailViewPackage.getRegistration_Key()public void setKey(java.lang.String newKey)
setKey in interface RegistrationnewKey - the new value of the 'Key' attribute.Registration.getKey()public java.lang.String getDescriptor()
getDescriptor in interface RegistrationRegistration.setDescriptor(String),
DetailViewPackage.getRegistration_Descriptor()public void setDescriptor(java.lang.String newDescriptor)
setDescriptor in interface RegistrationnewDescriptor - the new value of the 'Descriptor' attribute.Registration.getDescriptor()public boolean isAggregateState()
isAggregateState in interface RegistrationRegistration.setAggregateState(boolean),
DetailViewPackage.getRegistration_AggregateState()public void setAggregateState(boolean newAggregateState)
setAggregateState in interface RegistrationnewAggregateState - the new value of the 'Aggregate State' attribute.Registration.isAggregateState()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()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0