public class Cardinality extends Object
| Modifier and Type | Field and Description |
|---|---|
static Cardinality |
ONE |
static Cardinality |
OPTIONAL |
| Constructor and Description |
|---|
Cardinality(int minimum,
int maximum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getMaximum() |
int |
getMinimum() |
int |
hashCode() |
void |
setMaximum(int maximum) |
void |
setMinimum(int minimum) |
String |
toString() |
public static Cardinality ONE
public static Cardinality OPTIONAL
Copyright © 2013. All Rights Reserved.