org.eclipse.jst.j2ee.jca
Interface RequiredConfigPropertyType

All Superinterfaces:
J2EEEObject

public interface RequiredConfigPropertyType
extends J2EEEObject

A representation of the model object 'Required Config Property Type'.

Version:
J2EE1.4 The required-config-propertyType contains a declaration of a single configuration property used for specifying a required configuration property name. It is used by required-config-property elements. Example: Destination

The following features are supported:

See Also:
JcaPackage.getRequiredConfigPropertyType()

Method Summary
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 

Method Detail

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), JcaPackage.getRequiredConfigPropertyType_Name()

setName

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

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

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

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

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
JcaPackage.getRequiredConfigPropertyType_Descriptions()