org.exist.xquery
Class Cardinality
java.lang.Object
org.exist.xquery.Cardinality
- public class Cardinality
- extends java.lang.Object
Defines occurrence indicators (*,?,+).
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final int ZERO
- See Also:
- Constant Field Values
ONE
public static final int ONE
- See Also:
- Constant Field Values
MANY
public static final int MANY
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
EXACTLY_ONE
public static final int EXACTLY_ONE
- See Also:
- Constant Field Values
ONE_OR_MORE
public static final int ONE_OR_MORE
- See Also:
- Constant Field Values
ZERO_OR_MORE
public static final int ZERO_OR_MORE
- See Also:
- Constant Field Values
ZERO_OR_ONE
public static final int ZERO_OR_ONE
- See Also:
- Constant Field Values
Cardinality
public Cardinality()
toString
public static final java.lang.String toString(int cardinality)
getDescription
public static final java.lang.String getDescription(int cardinality)
checkCardinality
public static final boolean checkCardinality(int required,
int cardinality)
Copyright (C) Wolfgang Meier. All rights reserved.