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

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

public class DescriptionTypeImpl
extends EObjectImpl
implements DescriptionType

An implementation of the model object 'Description 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)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getId()
           
 java.lang.String getLang()
           
 java.lang.String getTextContent()
           
 void setId(java.lang.String newId)
           
 void setLang(java.lang.String newLang)
           
 void setTextContent(java.lang.String newTextContent)
           
 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

getTextContent

public java.lang.String getTextContent()

Specified by:
getTextContent in interface DescriptionType
Returns:
the value of the 'Text Content' attribute.
See Also:
DescriptionType.setTextContent(String), FacesConfigPackage.getDescriptionType_TextContent()

setTextContent

public void setTextContent(java.lang.String newTextContent)

Specified by:
setTextContent in interface DescriptionType
Parameters:
newTextContent - the new value of the 'Text Content' attribute.
See Also:
DescriptionType.getTextContent()

getLang

public java.lang.String getLang()

Specified by:
getLang in interface DescriptionType
Returns:
the value of the 'Lang' attribute.
See Also:
DescriptionType.setLang(String), FacesConfigPackage.getDescriptionType_Lang()

setLang

public void setLang(java.lang.String newLang)

Specified by:
setLang in interface DescriptionType
Parameters:
newLang - the new value of the 'Lang' attribute.
See Also:
DescriptionType.getLang()

getId

public java.lang.String getId()

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

setId

public void setId(java.lang.String newId)

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

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()