Uses of Interface
org.eclipse.modisco.jee.webapp.webapp30.TrueFalseType

Packages that use TrueFalseType
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of TrueFalseType in org.eclipse.modisco.jee.webapp.webapp30
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return TrueFalseType
 TrueFalseType Webapp30Factory.createTrueFalseType()
          Returns a new object of class 'True False Type'.
 TrueFalseType FilterType.getAsyncSupported()
          Returns the value of the 'Async Supported' containment reference.
 TrueFalseType ServletType.getAsyncSupported()
          Returns the value of the 'Async Supported' containment reference.
 TrueFalseType JspPropertyGroupType.getDeferredSyntaxAllowedAsLiteral()
          Returns the value of the 'Deferred Syntax Allowed As Literal' containment reference.
 TrueFalseType JspPropertyGroupType.getElIgnored()
          Returns the value of the 'El Ignored' containment reference.
 TrueFalseType AddressingType.getEnabled()
          Returns the value of the 'Enabled' containment reference.
 TrueFalseType RespectBindingType.getEnabled()
          Returns the value of the 'Enabled' containment reference.
 TrueFalseType ServletType.getEnabled()
          Returns the value of the 'Enabled' containment reference.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Returns the value of the 'Enable Mtom' containment reference.
 TrueFalseType JspPropertyGroupType.getErrorOnUndeclaredNamespace()
          Returns the value of the 'Error On Undeclared Namespace' containment reference.
 TrueFalseType CookieConfigType.getHttpOnly()
          Returns the value of the 'Http Only' containment reference.
 TrueFalseType JspPropertyGroupType.getIsXml()
          Returns the value of the 'Is Xml' containment reference.
 TrueFalseType AddressingType.getRequired()
          Returns the value of the 'Required' containment reference.
 TrueFalseType JspPropertyGroupType.getScriptingInvalid()
          Returns the value of the 'Scripting Invalid' containment reference.
 TrueFalseType CookieConfigType.getSecure()
          Returns the value of the 'Secure' containment reference.
 TrueFalseType JspPropertyGroupType.getTrimDirectiveWhitespaces()
          Returns the value of the 'Trim Directive Whitespaces' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type TrueFalseType
 void FilterType.setAsyncSupported(TrueFalseType value)
          Sets the value of the 'Async Supported' containment reference.
 void ServletType.setAsyncSupported(TrueFalseType value)
          Sets the value of the 'Async Supported' containment reference.
 void JspPropertyGroupType.setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
          Sets the value of the 'Deferred Syntax Allowed As Literal' containment reference.
 void JspPropertyGroupType.setElIgnored(TrueFalseType value)
          Sets the value of the 'El Ignored' containment reference.
 void AddressingType.setEnabled(TrueFalseType value)
          Sets the value of the 'Enabled' containment reference.
 void RespectBindingType.setEnabled(TrueFalseType value)
          Sets the value of the 'Enabled' containment reference.
 void ServletType.setEnabled(TrueFalseType value)
          Sets the value of the 'Enabled' containment reference.
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the 'Enable Mtom' containment reference.
 void JspPropertyGroupType.setErrorOnUndeclaredNamespace(TrueFalseType value)
          Sets the value of the 'Error On Undeclared Namespace' containment reference.
 void CookieConfigType.setHttpOnly(TrueFalseType value)
          Sets the value of the 'Http Only' containment reference.
 void JspPropertyGroupType.setIsXml(TrueFalseType value)
          Sets the value of the 'Is Xml' containment reference.
 void AddressingType.setRequired(TrueFalseType value)
          Sets the value of the 'Required' containment reference.
 void JspPropertyGroupType.setScriptingInvalid(TrueFalseType value)
          Sets the value of the 'Scripting Invalid' containment reference.
 void CookieConfigType.setSecure(TrueFalseType value)
          Sets the value of the 'Secure' containment reference.
 void JspPropertyGroupType.setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the 'Trim Directive Whitespaces' containment reference.