com.ibm.wbit.tel
Interface TJSP
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TJSP
- extends org.eclipse.emf.ecore.EObject
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getApplyTo()
Returns the value of the 'Apply To' containment reference list.
|
|
getContextRoot()
Returns the value of the 'Context Root' attribute
|
|
getFaultQName()
Returns the value of the 'Fault QName' attribute
|
getFor()
Returns the value of the 'For' attribute.
|
|
|
getUri()
Returns the value of the 'Uri' attribute
|
|
isSetFor()
Returns whether the value of the '
For ' attribute is set
|
|
setContextRoot(java.lang.String value)
Sets the value of the '
Context Root ' attribute
|
|
setFaultQName(javax.xml.namespace.QName value)
Sets the value of the '
Fault QName ' attribute
|
|
setFor(TJspUsagePattern value)
Sets the value of the '
For ' attribute
|
|
setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Uri ' attribute
|
|
unsetFor()
Unsets the value of the '
For ' attribute
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getApplyTo
- org.eclipse.emf.common.util.EList getApplyTo( )
Returns:
the value of the 'Apply To' containment reference list.
See Also:
getContextRoot
- java.lang.String getContextRoot( )
Returns the value of the 'Context Root' attribute.
If the meaning of the 'Context Root' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Context Root' attribute.
See Also:
setContextRoot
- void setContextRoot(java.lang.String value)
Sets the value of the '
Context Root
' attribute.
getFaultQName
- javax.xml.namespace.QName getFaultQName( )
Returns the value of the 'Fault QName' attribute.
If the meaning of the 'Fault QName' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Fault QName' attribute.
See Also:
setFaultQName
- void setFaultQName(javax.xml.namespace.QName value)
Sets the value of the '
Fault QName
' attribute.
getFor
- TJspUsagePattern getFor()
Returns the value of the 'For' attribute.
The literals are from the enumeration
TJspUsagePattern
.
If the meaning of the 'For' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'For' attribute.
See Also:
setFor
- void setFor(TJspUsagePattern value)
Sets the value of the '
For
' attribute.
Parameters:
value
- the new value of the 'For' attribute. See Also:
unsetFor
- void unsetFor()
Unsets the value of the '
For
' attribute.
See Also:
isSetFor
- boolean isSetFor()
Returns whether the value of the '
For
' attribute is set.
Returns:
whether the value of the 'For' attribute is set.
See Also:
getUri
- org.eclipse.emf.common.util.URI getUri( )
Returns the value of the 'Uri' attribute.
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri
- void setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Uri
' attribute.
TApplyTo
.If the meaning of the 'Apply To' containment reference list isn't clear, there really should be more of a description here...