public static class XMLSchemaParser.MinOccursRestriction extends Object implements DataListRestriction
| Constructor and Description |
|---|
MinOccursRestriction(String minOccurs) |
| Modifier and Type | Method and Description |
|---|---|
String |
genAnnotation() |
void |
genRestriction(Writer out,
String sizeExpr,
String readMethod,
String type,
String failVar,
boolean passCheck)
Generate some Java code to test @param readMethod of type @param type or @param sizeExpr
to see if it passes this restriction.
|
int |
getMinOccurs() |
String |
toString() |
public MinOccursRestriction(String minOccurs)
public void genRestriction(Writer out, String sizeExpr, String readMethod, String type, String failVar, boolean passCheck) throws IOException
DataListRestrictiongenRestriction in interface DataListRestrictionIOExceptionpublic int getMinOccurs()
public String genAnnotation()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.