Uses of Class
org.apache.openejb.jee.XmlString

Packages that use XmlString
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of XmlString in org.apache.openejb.jee
 

Subclasses of XmlString in org.apache.openejb.jee
 class DisplayName
          [ The display-name type contains a short name that is intended to be displayed by tools.
 class FacesConfigFromViewId
          The value of from-view-id must contain one of the following values:
 class JavaIdentifier
          The java-identifierType defines a Java identifier.
 

Fields in org.apache.openejb.jee declared as XmlString
protected  XmlString FacesConfigFlowDefinitionSwitch.defaultOutcome
           
protected  XmlString FacesConfigFlowDefinitionFlowReturn.fromOutcome
           
protected  XmlString FacesConfigFlowDefinitionSwitchCase.fromOutcome
           
protected  XmlString FacesConfigRedirectRedirectParam.name
           
protected  XmlString FacesConfigRedirectRedirectParam.value
           
 

Methods in org.apache.openejb.jee that return XmlString
 XmlString FacesConfigFlowDefinitionSwitch.getDefaultOutcome()
          Gets the value of the defaultOutcome property.
 XmlString FacesConfigFlowDefinitionFlowReturn.getFromOutcome()
          Gets the value of the fromOutcome property.
 XmlString FacesConfigFlowDefinitionSwitchCase.getFromOutcome()
          Gets the value of the fromOutcome property.
 XmlString FacesConfigRedirectRedirectParam.getName()
          Gets the value of the name property.
 XmlString FacesConfigRedirectRedirectParam.getValue()
          Gets the value of the value property.
 

Methods in org.apache.openejb.jee with parameters of type XmlString
 void FacesConfigFlowDefinitionSwitch.setDefaultOutcome(XmlString value)
          Sets the value of the defaultOutcome property.
 void FacesConfigFlowDefinitionFlowReturn.setFromOutcome(XmlString value)
          Sets the value of the fromOutcome property.
 void FacesConfigFlowDefinitionSwitchCase.setFromOutcome(XmlString value)
          Sets the value of the fromOutcome property.
 void FacesConfigRedirectRedirectParam.setName(XmlString value)
          Sets the value of the name property.
 void FacesConfigRedirectRedirectParam.setValue(XmlString value)
          Sets the value of the value property.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.