public abstract class AbstractBoundary extends Object implements Boundary
Modifier and Type | Field and Description |
---|---|
static String |
XSD_FRACTION_DIGITS |
static String |
XSD_LENGTH |
static String |
XSD_MAX_EXCLUSIVE |
static String |
XSD_MAX_INCLUSIVE |
static String |
XSD_MAX_LENGTH |
static String |
XSD_MIN_EXCLUSIVE |
static String |
XSD_MIN_INCLUSIVE |
static String |
XSD_MIN_LENGTH |
static String |
XSD_TOTAL_DIGITS |
FRACTION_DIGITS, LENGTH, MAX_EXCLISIVE, MAX_INCLISIVE, MAX_LENGTH, MIN_EXCLISIVE, MIN_INCLISIVE, MIN_LENGTH, TOTAL_DIGITS
Constructor and Description |
---|
AbstractBoundary() |
Modifier and Type | Method and Description |
---|---|
static Boundary |
factory(String type) |
static String |
outOfBoundaryValue(String baseType,
String nodeName,
String nodeValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
outOfBoundary
public static final String XSD_LENGTH
public static final String XSD_MAX_LENGTH
public static final String XSD_MIN_LENGTH
public static final String XSD_MIN_INCLUSIVE
public static final String XSD_MAX_INCLUSIVE
public static final String XSD_MIN_EXCLUSIVE
public static final String XSD_MAX_EXCLUSIVE
public static final String XSD_TOTAL_DIGITS
public static final String XSD_FRACTION_DIGITS
Copyright © 2019. All Rights Reserved.