public class Multiplicity extends Object
Constructor and Description |
---|
Multiplicity()
Creates multiplicity with minOccurs = 1 and maxOccurs = 1
|
Multiplicity(int minOccurs,
int maxOccurs) |
Multiplicity(String multiplicityRanges) |
Modifier and Type | Method and Description |
---|---|
static int |
boundFromString(String bound,
int def) |
String |
toString() |
public Multiplicity()
public Multiplicity(int minOccurs, int maxOccurs)
public Multiplicity(String multiplicityRanges)
public static int boundFromString(String bound, int def) throws NumberFormatException
NumberFormatException
Copyright © 2017. All rights reserved.