public interface ReferencedBeanType
A representation of the model object ' Referenced Bean Type '.
The following features are supported:
Description
Display Name
Icon
Referenced Bean Name
Referenced Bean Class
Id
FacesConfigPackage.getReferencedBeanType()
static java.lang.String
copyright
EList
getDescription ()
getDisplayName ()
getIcon ()
java.lang.String
getId ()
ReferencedBeanClassType
getReferencedBeanClass ()
ReferencedBeanNameType
getReferencedBeanName ()
void
setId (java.lang.String value)
setReferencedBeanClass ( ReferencedBeanClassType value)
setReferencedBeanName ( ReferencedBeanNameType value)
static final java.lang.String copyright
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()
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()
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)
value
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)
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)
getId()