org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface UrlPatternType


public interface UrlPatternType

A representation of the model object 'Url Pattern Type'. The url-patternType contains the url pattern of the mapping. It must follow the rules specified in Section 11.2 of the Servlet API Specification. This pattern is assumed to be in URL-decoded form and must not contain CR(#xD) or LF(#xA). If it contains those characters, the container must inform the developer with a descriptive error message. The container must preserve all characters including whitespaces.

The following features are supported:

See Also:
EjbJar30Package.getUrlPatternType()
Generated:
Model:
extendedMetaData="name='url-patternType' kind='simple'"

Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EjbJar30Package.getUrlPatternType_Value()
Generated:
Model:
dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="name=':0' kind='simple'"

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: