public abstract class AbstractVariableContainer extends Object implements VariableContainer
| Constructor and Description |
|---|
AbstractVariableContainer() |
| Modifier and Type | Method and Description |
|---|---|
VariableField |
declareVariable(String name,
VariableField.VariableType type)
Declare a new variable field to this container.
|
VariableField |
getVariableFieldByName(String name)
Return the declared variable by name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariableContainerElementpublic VariableField declareVariable(String name, VariableField.VariableType type)
VariableContainerdeclareVariable in interface VariableContainername - the unique name of this variable field.type - the type of this variable field.public VariableField getVariableFieldByName(String name)
VariableContainergetVariableFieldByName in interface VariableContainername - the unique name of this variable field.Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.