public interface InputField extends Field
An input field that is part of a communication. It represents grammar rules ?N and ?N: Pred.
The parse must ensure that the declared name N does not have strokes.
| Modifier and Type | Method and Description |
|---|---|
Pred |
getRestriction()
Returns the Restriction element.
|
Name |
getVariableName()
Returns the VariableName element.
|
ZName |
getVariableZName()
This is a convenience method.
|
void |
setRestriction(Pred restriction)
Sets the Restriction element.
|
void |
setVariableName(Name variableName)
Sets the VariableName element.
|
Name getVariableName()
void setVariableName(Name variableName)
variableName - the VariableName element.getVariableName()Pred getRestriction()
void setRestriction(Pred restriction)
restriction - the Restriction element.getRestriction()ZName getVariableZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.