org.eclipse.modisco.jee.webapp.webapp22
Interface IconType


public interface IconType

A representation of the model object 'Icon Type'.

The following features are supported:

See Also:
Webapp22Package.getIconType()
Generated:
Model:
extendedMetaData="name='icon_._type' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getSmallIcon

SmallIconType getSmallIcon()
Returns the value of the 'Small Icon' containment reference.

If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Small Icon' containment reference.
See Also:
setSmallIcon(SmallIconType), Webapp22Package.getIconType_SmallIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='small-icon' namespace='##targetNamespace'"

setSmallIcon

void setSmallIcon(SmallIconType value)
Sets the value of the 'Small Icon' containment reference.

Parameters:
value - the new value of the 'Small Icon' containment reference.
See Also:
getSmallIcon()
Generated:

getLargeIcon

LargeIconType getLargeIcon()
Returns the value of the 'Large Icon' containment reference.

If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Large Icon' containment reference.
See Also:
setLargeIcon(LargeIconType), Webapp22Package.getIconType_LargeIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='large-icon' namespace='##targetNamespace'"

setLargeIcon

void setLargeIcon(LargeIconType value)
Sets the value of the 'Large Icon' containment reference.

Parameters:
value - the new value of the 'Large Icon' containment reference.
See Also:
getLargeIcon()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp22Package.getIconType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: