org.eclipse.modisco.jee.webapp.webapp30
Interface PropertyType


public interface PropertyType

A representation of the model object 'Property Type'. Specifies a name/value pair.

The following features are supported:

See Also:
Webapp30Package.getPropertyType()
Generated:
Model:
extendedMetaData="name='propertyType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 XsdStringType getName()
          Returns the value of the 'Name' containment reference.
 XsdStringType getValue()
          Returns the value of the 'Value' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setName(XsdStringType value)
          Sets the value of the 'Name' containment reference.
 void setValue(XsdStringType value)
          Sets the value of the 'Value' containment reference.
 

Method Detail

getName

XsdStringType getName()
Returns the value of the 'Name' containment reference.

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

Returns:
the value of the 'Name' containment reference.
See Also:
setName(XsdStringType), Webapp30Package.getPropertyType_Name()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='name' namespace='http://java.sun.com/xml/ns/javaee'"

setName

void setName(XsdStringType value)
Sets the value of the 'Name' containment reference.

Parameters:
value - the new value of the 'Name' containment reference.
See Also:
getName()
Generated:

getValue

XsdStringType getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(XsdStringType), Webapp30Package.getPropertyType_Value()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='value' namespace='http://java.sun.com/xml/ns/javaee'"

setValue

void setValue(XsdStringType value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()
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), Webapp30Package.getPropertyType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: