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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return TrueFalseType
 TrueFalseType Webapp24Factory.createTrueFalseType()
          Returns a new object of class 'True False Type'.
 TrueFalseType JspPropertyGroupType.getElIgnored()
          Returns the value of the 'El Ignored' 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.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 with parameters of type TrueFalseType
 void JspPropertyGroupType.setElIgnored(TrueFalseType value)
          Sets the value of the 'El Ignored' 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.