|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.jst.jsf.facesconfig.emf.impl.IconTypeImpl
public class IconTypeImpl
An implementation of the model object 'Icon Type'.
The following features are implemented:
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
NotificationChain |
basicSetLargeIcon(LargeIconType newLargeIcon,
NotificationChain msgs)
|
NotificationChain |
basicSetSmallIcon(SmallIconType newSmallIcon,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
java.lang.String |
getId()
|
java.lang.String |
getLang()
|
LargeIconType |
getLargeIcon()
|
SmallIconType |
getSmallIcon()
|
void |
setId(java.lang.String newId)
|
void |
setLang(java.lang.String newLang)
|
void |
setLargeIcon(LargeIconType newLargeIcon)
|
void |
setSmallIcon(SmallIconType newSmallIcon)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Method Detail |
---|
public SmallIconType getSmallIcon()
getSmallIcon
in interface IconType
IconType.setSmallIcon(SmallIconType)
,
FacesConfigPackage.getIconType_SmallIcon()
public NotificationChain basicSetSmallIcon(SmallIconType newSmallIcon, NotificationChain msgs)
newSmallIcon
- msgs
-
public void setSmallIcon(SmallIconType newSmallIcon)
setSmallIcon
in interface IconType
newSmallIcon
- the new value of the 'Small Icon' containment reference.IconType.getSmallIcon()
public LargeIconType getLargeIcon()
getLargeIcon
in interface IconType
IconType.setLargeIcon(LargeIconType)
,
FacesConfigPackage.getIconType_LargeIcon()
public NotificationChain basicSetLargeIcon(LargeIconType newLargeIcon, NotificationChain msgs)
newLargeIcon
- msgs
-
public void setLargeIcon(LargeIconType newLargeIcon)
setLargeIcon
in interface IconType
newLargeIcon
- the new value of the 'Large Icon' containment reference.IconType.getLargeIcon()
public java.lang.String getLang()
getLang
in interface IconType
IconType.setLang(String)
,
FacesConfigPackage.getIconType_Lang()
public void setLang(java.lang.String newLang)
setLang
in interface IconType
newLang
- the new value of the 'Lang' attribute.IconType.getLang()
public java.lang.String getId()
getId
in interface IconType
IconType.setId(String)
,
FacesConfigPackage.getIconType_Id()
public void setId(java.lang.String newId)
setId
in interface IconType
newId
- the new value of the 'Id' attribute.IconType.getId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |