org.eclipse.jst.j2ee.common
Interface CompatibilityDescriptionGroup

All Superinterfaces:
DescriptionGroup, J2EEEObject
All Known Subinterfaces:
Application, ApplicationClient, Connector, ContainerManagedEntity, EJBJar, EnterpriseBean, Entity, Filter, Handler, Handler, JNDIEnvRefsGroup, JSPPropertyGroup, Listener, MessageDestination, MessageDriven, ServiceRef, Servlet, Session, WebApp, WebServices

public interface CompatibilityDescriptionGroup
extends DescriptionGroup

A representation of the model object 'Compatibility Description Group'.

The following features are supported:

See Also:
CommonPackage.getCompatibilityDescriptionGroup()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getDisplayName()
          Returns the value of the 'Display Name' attribute
 java.lang.String getLargeIcon()
          Returns the value of the 'Large Icon' attribute
 java.lang.String getSmallIcon()
          Returns the value of the 'Small Icon' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setDescriptionGen(java.lang.String value)
          Sets the value of the Description
 void setDisplayName(java.lang.String value)
          Sets the value of the 'Display Name' attribute
 void setDisplayNameGen(java.lang.String value)
          Sets the value of the Display Name
 void setLargeIcon(java.lang.String value)
          Sets the value of the 'Large Icon' attribute
 void setLargeIconGen(java.lang.String value)
          Sets the value of the Large Icon
 void setSmallIcon(java.lang.String value)
          Sets the value of the 'Small Icon' attribute
 void setSmallIconGen(java.lang.String value)
          Sets the value of the Small Icon attribute
 
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup
getDescriptions, getDisplayNames, getIcons
 

Method Detail

getSmallIcon

public java.lang.String getSmallIcon()
Returns the value of the 'Small Icon' attribute.

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

Returns:
the value of the 'Small Icon' attribute.
See Also:
setSmallIcon(String), CommonPackage.getCompatibilityDescriptionGroup_SmallIcon()

setSmallIcon

public void setSmallIcon(java.lang.String value)
Sets the value of the 'Small Icon' attribute.

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

setSmallIconGen

public void setSmallIconGen(java.lang.String value)
Sets the value of the Small Icon attribute

Parameters:
value - the new value of the attribute

getLargeIcon

public java.lang.String getLargeIcon()
Returns the value of the 'Large Icon' attribute.

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

Returns:
the value of the 'Large Icon' attribute.
See Also:
setLargeIcon(String), CommonPackage.getCompatibilityDescriptionGroup_LargeIcon()

setLargeIcon

public void setLargeIcon(java.lang.String value)
Sets the value of the 'Large Icon' attribute.

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

setLargeIconGen

public void setLargeIconGen(java.lang.String value)
Sets the value of the Large Icon

Parameters:
value - the new value of the Large Icon

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), CommonPackage.getCompatibilityDescriptionGroup_Description()

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

setDescriptionGen

public void setDescriptionGen(java.lang.String value)
Sets the value of the Description

Parameters:
value - the new value of the Description attrbute

getDisplayName

public java.lang.String getDisplayName()
Returns the value of the 'Display Name' attribute.

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

Returns:
the value of the 'Display Name' attribute.
See Also:
setDisplayName(String), CommonPackage.getCompatibilityDescriptionGroup_DisplayName()

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the 'Display Name' attribute.

Parameters:
value - the new value of the 'Display Name' attribute.
See Also:
getDisplayName()

setDisplayNameGen

public void setDisplayNameGen(java.lang.String value)
Sets the value of the Display Name

Parameters:
value - the new value of the Display Name