public class ParticleComponent extends Component
| Modifier and Type | Field and Description |
|---|---|
static int |
TERM_ELEMENT |
static int |
TERM_MODEL_GROUP |
static int |
TERM_WILDCARD |
| Constructor and Description |
|---|
ParticleComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComponentVisitor visitor) |
boolean |
doesNotOccur() |
ElementDeclarationComponent |
getElementTerm() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
ModelGroupComponent |
getModelGroupTerm() |
int |
getTermTag() |
WildcardComponent |
getWildcardTerm() |
boolean |
isMaxOccursUnbounded() |
boolean |
mayOccurMoreThanOnce() |
boolean |
occursAtLeastOnce() |
boolean |
occursAtMostOnce() |
boolean |
occursOnce() |
boolean |
occursOnceOrMore() |
boolean |
occursZeroOrMore() |
boolean |
occursZeroOrOne() |
void |
setElementTerm(ElementDeclarationComponent c) |
void |
setMaxOccurs(int i) |
void |
setMaxOccursUnbounded() |
void |
setMinOccurs(int i) |
void |
setModelGroupTerm(ModelGroupComponent c) |
void |
setTermTag(int i) |
void |
setWildcardTerm(WildcardComponent c) |
public static final int TERM_MODEL_GROUP
public static final int TERM_WILDCARD
public static final int TERM_ELEMENT
public int getMinOccurs()
public void setMinOccurs(int i)
public int getMaxOccurs()
public void setMaxOccurs(int i)
public boolean isMaxOccursUnbounded()
public void setMaxOccursUnbounded()
public boolean doesNotOccur()
public boolean occursOnce()
public boolean occursAtMostOnce()
public boolean occursAtLeastOnce()
public boolean occursZeroOrMore()
public boolean occursOnceOrMore()
public boolean mayOccurMoreThanOnce()
public int getTermTag()
public void setTermTag(int i)
public ModelGroupComponent getModelGroupTerm()
public void setModelGroupTerm(ModelGroupComponent c)
public ElementDeclarationComponent getElementTerm()
public void setElementTerm(ElementDeclarationComponent c)
public WildcardComponent getWildcardTerm()
public void setWildcardTerm(WildcardComponent c)
public void accept(ComponentVisitor visitor) throws Exception
public boolean occursZeroOrOne()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.