Uses of Class
org.apache.openejb.jee.JavaIdentifier
-
Packages that use JavaIdentifier Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of JavaIdentifier in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as JavaIdentifier Modifier and Type Field Description protected JavaIdentifierFacesConfigFlowDefinitionFlowCallFlowReference. flowDocumentIdprotected JavaIdentifierFacesConfigFlowDefinitionFlowCallFlowReference. flowIdprotected JavaIdentifierFacesConfigFlowDefinitionFlowCallOutboundParameter. nameprotected JavaIdentifierFacesConfigFlowDefinitionInboundParameter. nameprotected JavaIdentifierFacesConfigFlowDefinition. startNodeprotected JavaIdentifierFacesConfigFlowDefinitionView. vdlDocumentMethods in org.apache.openejb.jee that return JavaIdentifier Modifier and Type Method Description JavaIdentifierFacesConfigFlowDefinitionFlowCallFlowReference. getFlowDocumentId()Gets the value of the flowDocumentId property.JavaIdentifierFacesConfigFlowDefinitionFlowCallFlowReference. getFlowId()Gets the value of the flowId property.JavaIdentifierFacesConfigFlowDefinitionFlowCallOutboundParameter. getName()Gets the value of the name property.JavaIdentifierFacesConfigFlowDefinitionInboundParameter. getName()Gets the value of the name property.JavaIdentifierFacesConfigFlowDefinition. getStartNode()Gets the value of the startNode property.JavaIdentifierFacesConfigFlowDefinitionView. getVdlDocument()Gets the value of the vdlDocument property.Methods in org.apache.openejb.jee with parameters of type JavaIdentifier Modifier and Type Method Description voidFacesConfigFlowDefinitionFlowCallFlowReference. setFlowDocumentId(JavaIdentifier value)Sets the value of the flowDocumentId property.voidFacesConfigFlowDefinitionFlowCallFlowReference. setFlowId(JavaIdentifier value)Sets the value of the flowId property.voidFacesConfigFlowDefinitionFlowCallOutboundParameter. setName(JavaIdentifier value)Sets the value of the name property.voidFacesConfigFlowDefinitionInboundParameter. setName(JavaIdentifier value)Sets the value of the name property.voidFacesConfigFlowDefinition. setStartNode(JavaIdentifier value)Sets the value of the startNode property.voidFacesConfigFlowDefinitionView. setVdlDocument(JavaIdentifier value)Sets the value of the vdlDocument property.
-