public final class CardinalityConstraint extends Object
Modifier and Type | Field and Description |
---|---|
static Location |
ANY
The property can have any number of values, including none.
|
static Location |
NONE
This cardinality contains no intengers, not even zero.
|
static Location |
ONE
The property should have exactly one value.
|
static Location |
ONE_OR_MORE
The property should have one or more values.
|
static Location |
ZERO
The property should have zero values.
|
static Location |
ZERO_OR_ONE
The property should have zero or one values.
|
public static final Location NONE
public static final Location ZERO
public static final Location ZERO_OR_ONE
public static final Location ONE_OR_MORE
Copyright © 2014 BioJava. All rights reserved.