|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferencedBeanType
A representation of the model object 'Referenced Bean Type'.
The following features are supported:
FacesConfigPackage.getReferencedBeanType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getDescription()
Returns the value of the 'Description' containment reference list. |
org.eclipse.emf.common.util.EList |
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
org.eclipse.emf.common.util.EList |
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
ReferencedBeanClassType |
getReferencedBeanClass()
Returns the value of the 'Referenced Bean Class' containment reference |
ReferencedBeanNameType |
getReferencedBeanName()
Returns the value of the 'Referenced Bean Name' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setReferencedBeanClass(ReferencedBeanClassType value)
Sets the value of the ' Referenced Bean Class ' containment reference |
void |
setReferencedBeanName(ReferencedBeanNameType value)
Sets the value of the ' Referenced Bean Name ' containment reference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getReferencedBeanType_Description()
org.eclipse.emf.common.util.EList getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getReferencedBeanType_DisplayName()
org.eclipse.emf.common.util.EList getIcon()
IconType
.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getReferencedBeanType_Icon()
ReferencedBeanNameType getReferencedBeanName()
If the meaning of the 'Referenced Bean Name' containment reference isn't clear, there really should be more of a description here...
setReferencedBeanName(ReferencedBeanNameType)
,
FacesConfigPackage.getReferencedBeanType_ReferencedBeanName()
void setReferencedBeanName(ReferencedBeanNameType value)
Referenced Bean Name
' containment reference.
value
- the new value of the 'Referenced Bean Name' containment reference.getReferencedBeanName()
ReferencedBeanClassType getReferencedBeanClass()
If the meaning of the 'Referenced Bean Class' containment reference isn't clear, there really should be more of a description here...
setReferencedBeanClass(ReferencedBeanClassType)
,
FacesConfigPackage.getReferencedBeanType_ReferencedBeanClass()
void setReferencedBeanClass(ReferencedBeanClassType value)
Referenced Bean Class
' containment reference.
value
- the new value of the 'Referenced Bean Class' containment reference.getReferencedBeanClass()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
FacesConfigPackage.getReferencedBeanType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |