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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return TrueFalseType
 TrueFalseType Webapp25Factory.createTrueFalseType()
          Returns a new object of class 'True False Type'.
 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 PortComponentRefType.getEnableMtom()
          Returns the value of the 'Enable Mtom' containment reference.
 TrueFalseType JspPropertyGroupType.getIsXml()
          Returns the value of the 'Is Xml' containment reference.
 TrueFalseType JspPropertyGroupType.getScriptingInvalid()
          Returns the value of the 'Scripting Invalid' containment reference.
 TrueFalseType JspPropertyGroupType.getTrimDirectiveWhitespaces()
          Returns the value of the 'Trim Directive Whitespaces' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type TrueFalseType
 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 PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the 'Enable Mtom' containment reference.
 void JspPropertyGroupType.setIsXml(TrueFalseType value)
          Sets the value of the 'Is Xml' containment reference.
 void JspPropertyGroupType.setScriptingInvalid(TrueFalseType value)
          Sets the value of the 'Scripting Invalid' containment reference.
 void JspPropertyGroupType.setTrimDirectiveWhitespaces(TrueFalseType value)
          Sets the value of the 'Trim Directive Whitespaces' containment reference.