|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IconType
A representation of the model object 'Icon Type'.
The following features are supported:
FacesConfigPackage.getIconType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getLang()
Returns the value of the 'Lang' attribute |
LargeIconType |
getLargeIcon()
Returns the value of the 'Large Icon' containment reference |
SmallIconType |
getSmallIcon()
Returns the value of the 'Small Icon' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setLang(java.lang.String value)
Sets the value of the ' Lang ' attribute |
void |
setLargeIcon(LargeIconType value)
Sets the value of the ' Large Icon ' containment reference |
void |
setSmallIcon(SmallIconType value)
Sets the value of the ' Small Icon ' containment reference |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
SmallIconType getSmallIcon()
If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...
setSmallIcon(SmallIconType)
,
FacesConfigPackage.getIconType_SmallIcon()
void setSmallIcon(SmallIconType value)
Small Icon
' containment reference.
value
- the new value of the 'Small Icon' containment reference.getSmallIcon()
LargeIconType getLargeIcon()
If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...
setLargeIcon(LargeIconType)
,
FacesConfigPackage.getIconType_LargeIcon()
void setLargeIcon(LargeIconType value)
Large Icon
' containment reference.
value
- the new value of the 'Large Icon' containment reference.getLargeIcon()
java.lang.String getLang()
If the meaning of the 'Lang' attribute isn't clear, there really should be more of a description here...
setLang(String)
,
FacesConfigPackage.getIconType_Lang()
void setLang(java.lang.String value)
Lang
' attribute.
value
- the new value of the 'Lang' attribute.getLang()
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.getIconType_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 |