|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.jst.jsf.facesconfig.emf.impl.OrderingTypeImpl
public class OrderingTypeImpl
An implementation of the model object 'Ordering Type'.
The following features are implemented:
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
NotificationChain |
basicSetAfter(OrderingOrderingType newAfter,
NotificationChain msgs)
|
NotificationChain |
basicSetBefore(OrderingOrderingType newBefore,
NotificationChain msgs)
|
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)
|
void |
eUnset(int featureID)
|
OrderingOrderingType |
getAfter()
|
OrderingOrderingType |
getBefore()
|
void |
setAfter(OrderingOrderingType newAfter)
|
void |
setBefore(OrderingOrderingType newBefore)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Method Detail |
---|
public OrderingOrderingType getBefore()
getBefore
in interface OrderingType
OrderingType.setBefore(OrderingOrderingType)
,
FacesConfigPackage.getOrderingType_Before()
public NotificationChain basicSetBefore(OrderingOrderingType newBefore, NotificationChain msgs)
newBefore
- msgs
-
public void setBefore(OrderingOrderingType newBefore)
setBefore
in interface OrderingType
newBefore
- the new value of the 'Before' containment reference.OrderingType.getBefore()
public OrderingOrderingType getAfter()
getAfter
in interface OrderingType
OrderingType.setAfter(OrderingOrderingType)
,
FacesConfigPackage.getOrderingType_After()
public NotificationChain basicSetAfter(OrderingOrderingType newAfter, NotificationChain msgs)
newAfter
- msgs
-
public void setAfter(OrderingOrderingType newAfter)
setAfter
in interface OrderingType
newAfter
- the new value of the 'After' containment reference.OrderingType.getAfter()
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |