org.eclipse.jst.jsf.facesconfig.emf
Interface LifecycleType
-
All Known Implementing Classes:
-
LifecycleTypeImpl
-
public interface LifecycleType
A representation of the model object '
Lifecycle Type
'.
The following features are supported:
-
See Also:
-
FacesConfigPackage.getLifecycleType()
Field Summary
|
static java.lang.String
|
copyright
|
Method Summary
|
java.lang.String
|
getId
()
Returns the value of the '
Id
' attribute |
EList
|
getLifecycleExtension
()
Returns the value of the '
Lifecycle Extension
' containment reference list. |
EList
|
getPhaseListener
()
Returns the value of the '
Phase Listener
' containment reference list. |
void
|
setId
(java.lang.String value)
Sets the value of the '
Id ' attribute |
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
getPhaseListener
EList getPhaseListener()
- Returns the value of the '
Phase Listener
' containment reference list.
The list contents are of type
PhaseListenerType
.
If the meaning of the 'Phase Listener' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Phase Listener' containment reference list.
-
See Also:
-
FacesConfigPackage.getLifecycleType_PhaseListener()
getLifecycleExtension
EList getLifecycleExtension()
- Returns the value of the '
Lifecycle Extension
' containment reference list.
The list contents are of type
LifecycleExtensionType
.
If the meaning of the 'Lifecycle Extension' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Lifecycle Extension' containment reference list.
-
See Also:
-
FacesConfigPackage.getLifecycleType_LifecycleExtension()
getId
java.lang.String getId()
- Returns the value of the '
Id
' attribute.
If the meaning of the 'Id' attribute isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Id' attribute.
-
See Also:
-
setId(String)
,
FacesConfigPackage.getLifecycleType_Id()
setId
void setId(java.lang.String value)
- Sets the value of the '
Id
' attribute.
-
-
Parameters:
-
value
- the new value of the 'Id' attribute. -
See Also:
-
getId()