org.eclipse.jst.jsf.facesconfig.emf.impl
Class DefaultValidatorsTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.jst.jsf.facesconfig.emf.impl.DefaultValidatorsTypeImpl
All Implemented Interfaces:
DefaultValidatorsType

public class DefaultValidatorsTypeImpl
extends EObjectImpl
implements DefaultValidatorsType

An implementation of the model object 'Default Validators Type'.

The following features are implemented:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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)
           
 java.lang.String getId()
           
 EList getValidatorId()
           
 void setId(java.lang.String newId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getValidatorId

public EList getValidatorId()

Specified by:
getValidatorId in interface DefaultValidatorsType
Returns:
the value of the 'Validator Id' containment reference list.
See Also:
FacesConfigPackage.getDefaultValidatorsType_ValidatorId()

getId

public java.lang.String getId()

Specified by:
getId in interface DefaultValidatorsType
Returns:
the value of the 'Id' attribute.
See Also:
DefaultValidatorsType.setId(String), FacesConfigPackage.getDefaultValidatorsType_Id()

setId

public void setId(java.lang.String newId)

Specified by:
setId in interface DefaultValidatorsType
Parameters:
newId - the new value of the 'Id' attribute.
See Also:
DefaultValidatorsType.getId()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()