public abstract class InitializedVariable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InitializedVariable.InitializedInputVariable |
static class |
InitializedVariable.InitializedOutputVariable |
static class |
InitializedVariable.InputConstant |
static class |
InitializedVariable.InputEmpty |
static class |
InitializedVariable.InputExpression |
static class |
InitializedVariable.InputVariableReference |
static class |
InitializedVariable.OutputEmpty |
static class |
InitializedVariable.OutputExpression |
static class |
InitializedVariable.OutputVariableReference |
| Constructor and Description |
|---|
InitializedVariable(String parentId,
VariableDeclaration varDecl) |
| Modifier and Type | Method and Description |
|---|---|
static InitializedVariable.InitializedInputVariable |
createCustomInput(String parentId,
VariableDeclaration varDecl,
String expression) |
String |
getIdentifier() |
ItemDefinition |
getItemDefinition() |
String |
getType() |
static InitializedVariable.InitializedInputVariable |
inputOf(String parentId,
VariableScope variableScope,
VariableDeclaration varDecl,
AssociationDeclaration associationDeclaration,
Set<DataObject> dataObjectSet) |
static InitializedVariable.InitializedOutputVariable |
outputOf(String parentId,
VariableScope variableScope,
VariableDeclaration varDecl,
AssociationDeclaration associationDeclaration,
Set<DataObject> dataObject) |
public InitializedVariable(String parentId, VariableDeclaration varDecl)
public static InitializedVariable.InitializedInputVariable inputOf(String parentId, VariableScope variableScope, VariableDeclaration varDecl, AssociationDeclaration associationDeclaration, Set<DataObject> dataObjectSet)
public static InitializedVariable.InitializedInputVariable createCustomInput(String parentId, VariableDeclaration varDecl, String expression)
public static InitializedVariable.InitializedOutputVariable outputOf(String parentId, VariableScope variableScope, VariableDeclaration varDecl, AssociationDeclaration associationDeclaration, Set<DataObject> dataObject)
public String getIdentifier()
public String getType()
public ItemDefinition getItemDefinition()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.