| Package | Description |
|---|---|
| net.webpdf.ant.task.variable |
| Modifier and Type | Method and Description |
|---|---|
VariableRole |
Variable.getRole()
Returns the role of the variable and provides information about it's usage and purpose via the VariableRole enum.
|
static VariableRole |
VariableRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableRole[] |
VariableRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
VariableMap.getVar(VariableRole role)
Returns the variable, that is currently serving the given role.
|
boolean |
VariableMap.isRoleTaken(VariableRole role)
Returns true if a variable has already been assigned to the given role.
|
void |
Variable.setRole(VariableRole role)
Alters the role of the variable and provides information about it's usage and purpose via the VariableRole enum.
|
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.