org.eclipse.jst.jsf.facesconfig.emf.impl
Class VarTypeImpl
java.lang.Object
EObjectImpl
org.eclipse.jst.jsf.facesconfig.emf.impl.VarTypeImpl
-
All Implemented Interfaces:
-
VarType
-
public class VarTypeImpl
- extends EObjectImpl
- implements
VarType
An implementation of the model object '
Var 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
|
getTextContent
()
|
void
|
setId
(java.lang.String newId)
|
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
|
copyright
public static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
getTextContent
public java.lang.String getTextContent()
-
-
-
Specified by:
-
getTextContent
in interface
VarType
-
-
Returns:
- the value of the 'Text Content' attribute.
-
See Also:
-
VarType.setTextContent(String)
,
FacesConfigPackage.getVarType_TextContent()
setTextContent
public void setTextContent(java.lang.String newTextContent)
-
-
-
Specified by:
-
setTextContent
in interface
VarType
-
-
Parameters:
-
newTextContent
- the new value of the 'Text Content' attribute. -
See Also:
-
VarType.getTextContent()
getId
public java.lang.String getId()
-
-
-
Specified by:
-
getId
in interface
VarType
-
-
Returns:
- the value of the 'Id' attribute.
-
See Also:
-
VarType.setId(String)
,
FacesConfigPackage.getVarType_Id()
setId
public void setId(java.lang.String newId)
-
-
-
Specified by:
-
setId
in interface
VarType
-
-
Parameters:
-
newId
- the new value of the 'Id' attribute. -
See Also:
-
VarType.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()
-
-
-