public class ConstraintElements
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
AsnConstraint |
constraint |
ElementSetSpec |
elespec |
boolean |
isAlphabetConstraint |
boolean |
isElementSetSpec |
boolean |
isIncludeType |
boolean |
isLEndLess |
boolean |
isMaxKw |
boolean |
isMinKw |
boolean |
isPatternValue |
boolean |
isSizeConstraint |
boolean |
isTypeConstraint |
boolean |
isUEndLess |
boolean |
isValue |
boolean |
isValueRange |
boolean |
isWithComponent |
boolean |
isWithComponents |
AsnValue |
lEndValue |
java.lang.Object |
type |
java.util.List<NamedConstraint> |
typeConstraintList |
AsnValue |
uEndValue |
java.util.List<AsnValue> |
values |
| Constructor and Description |
|---|
ConstraintElements() |
public AsnConstraint constraint
public ElementSetSpec elespec
public boolean isAlphabetConstraint
public boolean isElementSetSpec
public boolean isIncludeType
public boolean isLEndLess
public boolean isMaxKw
public boolean isMinKw
public boolean isPatternValue
public boolean isSizeConstraint
public boolean isTypeConstraint
public boolean isUEndLess
public boolean isValue
public boolean isValueRange
public boolean isWithComponent
public boolean isWithComponents
public AsnValue lEndValue
public AsnValue uEndValue
public java.lang.Object type
public java.util.List<NamedConstraint> typeConstraintList
public java.util.List<AsnValue> values