| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<Cardinality> |
Cardinality.VALUES
A public read-only list of all the 'Cardinality' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Cardinality |
Cardinality.get(int value)
Returns the 'Cardinality' literal with the specified integer value.
|
static Cardinality |
Cardinality.get(java.lang.String literal)
Returns the 'Cardinality' literal with the specified literal value.
|
static Cardinality |
Cardinality.getByName(java.lang.String name)
Returns the 'Cardinality' literal with the specified name.
|
Cardinality |
SQLJoin.getCardinality()
Returns the value of the 'Cardinality' attribute.
|
static Cardinality |
Cardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cardinality[] |
Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLJoin.setCardinality(Cardinality value)
Sets the value of the '
Cardinality' attribute. |