org.eclipse.modisco.jee.webapp.webapp23
Interface ResourceEnvRefType


public interface ResourceEnvRefType

A representation of the model object 'Resource Env Ref Type'.

The following features are supported:

See Also:
Webapp23Package.getResourceEnvRefType()
Generated:
Model:
extendedMetaData="name='resource-env-ref_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ResourceEnvRefNameType getResourceEnvRefName()
          Returns the value of the 'Resource Env Ref Name' containment reference.
 ResourceEnvRefTypeType getResourceEnvRefType()
          Returns the value of the 'Resource Env Ref Type' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setResourceEnvRefName(ResourceEnvRefNameType value)
          Sets the value of the 'Resource Env Ref Name' containment reference.
 void setResourceEnvRefType(ResourceEnvRefTypeType value)
          Sets the value of the 'Resource Env Ref Type' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), Webapp23Package.getResourceEnvRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

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

getResourceEnvRefName

ResourceEnvRefNameType getResourceEnvRefName()
Returns the value of the 'Resource Env Ref Name' containment reference.

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

Returns:
the value of the 'Resource Env Ref Name' containment reference.
See Also:
setResourceEnvRefName(ResourceEnvRefNameType), Webapp23Package.getResourceEnvRefType_ResourceEnvRefName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='resource-env-ref-name' namespace='##targetNamespace'"

setResourceEnvRefName

void setResourceEnvRefName(ResourceEnvRefNameType value)
Sets the value of the 'Resource Env Ref Name' containment reference.

Parameters:
value - the new value of the 'Resource Env Ref Name' containment reference.
See Also:
getResourceEnvRefName()
Generated:

getResourceEnvRefType

ResourceEnvRefTypeType getResourceEnvRefType()
Returns the value of the 'Resource Env Ref Type' containment reference.

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

Returns:
the value of the 'Resource Env Ref Type' containment reference.
See Also:
setResourceEnvRefType(ResourceEnvRefTypeType), Webapp23Package.getResourceEnvRefType_ResourceEnvRefType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='resource-env-ref-type' namespace='##targetNamespace'"

setResourceEnvRefType

void setResourceEnvRefType(ResourceEnvRefTypeType value)
Sets the value of the 'Resource Env Ref Type' containment reference.

Parameters:
value - the new value of the 'Resource Env Ref Type' containment reference.
See Also:
getResourceEnvRefType()
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), Webapp23Package.getResourceEnvRefType_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: