public interface IconType
The following features are supported:
Webapp23Package.getIconType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' 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 |
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. |
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),
Webapp23Package.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),
Webapp23Package.getIconType_LargeIcon()void setLargeIcon(LargeIconType value)
Large Icon' containment reference.
value - the new value of the 'Large Icon' containment reference.getLargeIcon()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),
Webapp23Package.getIconType_Id()