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


public interface WelcomeFileListType

A representation of the model object 'Welcome File List Type'. The welcome-file-list contains an ordered list of welcome files elements. Used in: web-app

The following features are supported:

See Also:
Webapp30Package.getWelcomeFileListType()
Generated:
Model:
extendedMetaData="name='welcome-file-listType' kind='elementOnly'"

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

Method Detail

getWelcomeFile

 getWelcomeFile()
Returns the value of the 'Welcome File' attribute list. The list contents are of type String. The welcome-file element contains file name to use as a default welcome file, such as index.html

Returns:
the value of the 'Welcome File' attribute list.
See Also:
Webapp30Package.getWelcomeFileListType_WelcomeFile()
Generated:
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='welcome-file' namespace='http://java.sun.com/xml/ns/javaee'"

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