public interface TJSP
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTJSP()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getApplyTo()
Returns the value of the 'Apply To' containment reference list.
|
java.lang.String |
getContextRoot()
Returns the value of the 'Context Root' attribute
|
javax.xml.namespace.QName |
getFaultQName()
Returns the value of the 'Fault QName' attribute
|
TJspUsagePattern |
getFor()
Returns the value of the 'For' attribute.
|
org.eclipse.emf.common.util.URI |
getUri()
Returns the value of the 'Uri' attribute
|
boolean |
isSetFor()
Returns whether the value of the '
For ' attribute is set |
void |
setContextRoot(java.lang.String value)
Sets the value of the '
Context Root ' attribute |
void |
setFaultQName(javax.xml.namespace.QName value)
Sets the value of the '
Fault QName ' attribute |
void |
setFor(TJspUsagePattern value)
Sets the value of the '
For ' attribute |
void |
setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Uri ' attribute |
void |
unsetFor()
Unsets the value of the '
For ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getApplyTo()
TApplyTo
.
If the meaning of the 'Apply To' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTJSP_ApplyTo()
java.lang.String getContextRoot()
If the meaning of the 'Context Root' attribute isn't clear, there really should be more of a description here...
setContextRoot(String)
,
TaskPackage.getTJSP_ContextRoot()
void setContextRoot(java.lang.String value)
Context Root
' attribute.
value
- the new value of the 'Context Root' attribute.getContextRoot()
javax.xml.namespace.QName getFaultQName()
If the meaning of the 'Fault QName' attribute isn't clear, there really should be more of a description here...
setFaultQName(QName)
,
TaskPackage.getTJSP_FaultQName()
void setFaultQName(javax.xml.namespace.QName value)
Fault QName
' attribute.
value
- the new value of the 'Fault QName' attribute.getFaultQName()
TJspUsagePattern getFor()
TJspUsagePattern
.
If the meaning of the 'For' attribute isn't clear, there really should be more of a description here...
TJspUsagePattern
,
isSetFor()
,
unsetFor()
,
setFor(TJspUsagePattern)
,
TaskPackage.getTJSP_For()
void setFor(TJspUsagePattern value)
For
' attribute.
value
- the new value of the 'For' attribute.TJspUsagePattern
,
isSetFor()
,
unsetFor()
,
getFor()
void unsetFor()
For
' attribute.
isSetFor()
,
getFor()
,
setFor(TJspUsagePattern)
boolean isSetFor()
For
' attribute is set.
unsetFor()
,
getFor()
,
setFor(TJspUsagePattern)
org.eclipse.emf.common.util.URI getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(URI)
,
TaskPackage.getTJSP_Uri()