org.eclipse.modisco.jee.webapp.webapp24
Interface String

All Known Subinterfaces:
AuthMethodType, DispatcherType, DisplayNameType, EjbLinkType, EjbRefNameType, EjbRefTypeType, EnvEntryTypeValuesType, FilterNameType, FullyQualifiedClassType, GenericBooleanType, HomeType, HttpMethodType, JavaIdentifierType, JavaTypeType, JndiNameType, JspFileType, LocalHomeType, LocalType, MessageDestinationLinkType, MessageDestinationTypeType, MessageDestinationUsageType, MimeTypeType, NonEmptyStringType, PathType, RemoteType, ResAuthType, ResSharingScopeType, RoleNameType, ServletNameType, TransportGuaranteeType, WarPathType

public interface String

A representation of the model object 'String'. This is a special string datatype that is defined by J2EE as a base type for defining collapsed strings. When schemas require trailing/leading space elimination as well as collapsing the existing whitespace, this base type may be used.

The following features are supported:

See Also:
Webapp24Package.getString()
Generated:
Model:
extendedMetaData="name='string' kind='simple'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' 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(java.lang.String), Webapp24Package.getString_Value()
Generated:
Model:
dataType="org.eclipse.emf.ecore.xml.type.Token" 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:

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(java.lang.String), Webapp24Package.getString_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: