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


public interface EmptyType

A representation of the model object 'Empty Type'. This type is used to designate an empty element when used.

The following features are supported:

See Also:
Webapp30Package.getEmptyType()
Generated:
Model:
extendedMetaData="name='emptyType' kind='empty'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

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.getEmptyType_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: