public abstract class AbstractLexerBlock extends Object implements LexerBlock
Constructor and Description |
---|
AbstractLexerBlock() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMaxOccurs() |
Integer |
getMinOccurs() |
LexerUnicity |
getUnicity() |
int |
hashCode() |
boolean |
isMandatory() |
void |
setMandatory(boolean mandatory) |
void |
setMaxOccurs(Integer maxOccurs) |
void |
setMinOccurs(Integer minOccurs) |
void |
setUnicity(LexerUnicity unicity) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getResolver
public boolean isMandatory()
isMandatory
in interface LexerBlock
public void setMandatory(boolean mandatory)
public LexerUnicity getUnicity()
getUnicity
in interface LexerBlock
public void setUnicity(LexerUnicity unicity)
public Integer getMinOccurs()
public void setMinOccurs(Integer minOccurs)
public Integer getMaxOccurs()
public void setMaxOccurs(Integer maxOccurs)