|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.ODataSchemaAssociation
public class ODataSchemaAssociation
An object representing a single OData schema navigation property and its corresponding association.
An object representing a single OData schema navigation property and its corresponding association.
Description: The documentation long description of the OData schema association.
FromRole: The name of the starting point of the navigation.
FromRoleDescription: The documentation long description of the OData schema FromRole association end point.
FromRoleEntity:
The name of the entity that FromRole
association end point maps to.
FromRoleMultiplicity:
The multiplicity of the FromRole
association end point.
This is used along with ToRoleMultiplicity
to determine
the cardinality of the relationship (i.e. one-to-one or one-to-many).
The available values are:
FromRoleSummary: The documentation summary of the OData schema FromRole association end point.
Name: The Name of the OData schema navigation property.
OnDelete: The delete action to be performed.
Available values are:
FromRoleEntity
is deleted. This is the default value.
FromRoleEntity
, the action is applied to
\011\011\011\011\011\011\011\011\011\011\011the entry instance within the ToRoleEntity
. For example, a single Customer is associated with
\011\011\011\011\011\011\011\011\011\011\011multiple Orders. When a Customer is deleted, all Orders associated with the Customer will be deleted.
Relationship: The name of the relationship (association) of the navigation property.
Summary: The documentation summary of the OData schema association.
ToRole: The name of the end point of the navigation.
ToRoleDescription: The documentation long description of the OData schema ToRole association end point.
ToRoleEntity:
The name of the entity that ToRole
association end point maps to.
ToRoleMultiplicity:
The multiplicity of the ToRole
association end point.
This is used along with FromRoleMultiplicity
to determine
the cardinality of the relationship (i.e. one-to-one or one-to-many).
The available values are:
ToRoleSummary: The documentation summary of the OData schema ToRole association end point.
Atom
,
Atom.ODataSchemaAssociation
Field Summary | |
---|---|
static int |
daCascade
|
static int |
daNone
|
static int |
nmMany
|
static int |
nmOne
|
static int |
nmZeroOne
|
Constructor Summary | |
---|---|
ODataSchemaAssociation()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getFromRole()
|
java.lang.String |
getFromRoleDescription()
|
java.lang.String |
getFromRoleEntity()
|
int |
getFromRoleMultiplicity()
|
java.lang.String |
getFromRoleSummary()
|
java.lang.String |
getName()
|
int |
getOnDelete()
|
java.lang.String |
getRelationship()
|
java.lang.String |
getSummary()
|
java.lang.String |
getToRole()
|
java.lang.String |
getToRoleDescription()
|
java.lang.String |
getToRoleEntity()
|
int |
getToRoleMultiplicity()
|
java.lang.String |
getToRoleSummary()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int nmZeroOne
public static final int nmOne
public static final int nmMany
public static final int daNone
public static final int daCascade
Constructor Detail |
---|
public ODataSchemaAssociation()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getFromRole()
public java.lang.String getFromRoleDescription()
public java.lang.String getFromRoleEntity()
public int getFromRoleMultiplicity()
public java.lang.String getFromRoleSummary()
public java.lang.String getName()
public int getOnDelete()
public java.lang.String getRelationship()
public java.lang.String getSummary()
public java.lang.String getToRole()
public java.lang.String getToRoleDescription()
public java.lang.String getToRoleEntity()
public int getToRoleMultiplicity()
public java.lang.String getToRoleSummary()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |