|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface XPath
Used to describe an XPath location path.
Attributes of XPath are:
LocationPathLocationPathTypeMajorVersionMinorVersionProcessTagAxisNameNodeSetFunctionSyntaxMarkerAssociations of XPath are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); XPath myObject = (XPath) factory.createComplexMetadataObject(objectStore, "XPath_Object", MetadataObjects.XPATH, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_ASSOCIATEDMAPCOLUMN_NAME
Constant used for the name of the AssociatedMapColumn association. |
static java.lang.String |
ASSOCIATION_ASSOCIATEDMAPTABLE_NAME
Constant used for the name of the AssociatedMapTable association. |
static java.lang.String |
ATTRIBUTE_AXISNAME_NAME
Constant used for the name of the AxisName attribute. |
static java.lang.String |
ATTRIBUTE_LOCATIONPATH_NAME
Constant used for the name of the LocationPath attribute. |
static java.lang.String |
ATTRIBUTE_LOCATIONPATHTYPE_NAME
Constant used for the name of the LocationPathType attribute. |
static java.lang.String |
ATTRIBUTE_MAJORVERSION_NAME
Constant used for the name of the MajorVersion attribute. |
static java.lang.String |
ATTRIBUTE_MINORVERSION_NAME
Constant used for the name of the MinorVersion attribute. |
static java.lang.String |
ATTRIBUTE_NODESETFUNCTION_NAME
Constant used for the name of the NodeSetFunction attribute. |
static java.lang.String |
ATTRIBUTE_PROCESSTAG_NAME
Constant used for the name of the ProcessTag attribute. |
static java.lang.String |
ATTRIBUTE_SYNTAXMARKER_NAME
Constant used for the name of the SyntaxMarker attribute. |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract Column |
getAssociatedMapColumn()
Gets the Column for AssociatedMapColumn |
abstract AssociationList |
getAssociatedMapColumns()
Gets the Association list of AssociatedMapColumns |
abstract AssociationList |
getAssociatedMapColumns(boolean fGoToServer)
Gets the Associationlist of AssociatedMapColumns |
abstract RelationalTable |
getAssociatedMapTable()
Gets the RelationalTable for AssociatedMapTable |
abstract AssociationList |
getAssociatedMapTables()
Gets the Association list of AssociatedMapTables |
abstract AssociationList |
getAssociatedMapTables(boolean fGoToServer)
Gets the Associationlist of AssociatedMapTables |
abstract java.lang.String |
getAxisName()
Gets the String value of AxisName |
abstract int |
getAxisNameMaxLength()
Gets the maximum length of AxisName |
abstract int |
getAxisNameState()
Gets the Metadata State of AxisName |
abstract java.lang.String |
getLocationPath()
Gets the String value of LocationPath |
abstract int |
getLocationPathMaxLength()
Gets the maximum length of LocationPath |
abstract int |
getLocationPathState()
Gets the Metadata State of LocationPath |
abstract int |
getLocationPathType()
Gets the int value of LocationPathType |
abstract int |
getLocationPathTypeState()
Gets the Metadata State of LocationPathType |
abstract int |
getMajorVersion()
Gets the int value of MajorVersion |
abstract int |
getMajorVersionState()
Gets the Metadata State of MajorVersion |
abstract int |
getMinorVersion()
Gets the int value of MinorVersion |
abstract int |
getMinorVersionState()
Gets the Metadata State of MinorVersion |
abstract java.lang.String |
getNodeSetFunction()
Gets the String value of NodeSetFunction |
abstract int |
getNodeSetFunctionMaxLength()
Gets the maximum length of NodeSetFunction |
abstract int |
getNodeSetFunctionState()
Gets the Metadata State of NodeSetFunction |
abstract int |
getProcessTag()
Gets the int value of ProcessTag |
abstract int |
getProcessTagState()
Gets the Metadata State of ProcessTag |
abstract java.lang.String |
getSyntaxMarker()
Gets the String value of SyntaxMarker |
abstract int |
getSyntaxMarkerMaxLength()
Gets the maximum length of SyntaxMarker |
abstract int |
getSyntaxMarkerState()
Gets the Metadata State of SyntaxMarker |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setAssociatedMapColumn(Column inObject)
Sets the AssociatedMapColumns list 0th element to be inObject. |
abstract void |
setAssociatedMapColumns(AssociationList list)
Sets the AssociatedMapColumns list to be list. |
abstract void |
setAssociatedMapColumns(AssociationList list,
int state)
Sets the AssociatedMapColumns list to be list. |
abstract void |
setAssociatedMapTable(RelationalTable inObject)
Sets the AssociatedMapTables list 0th element to be inObject. |
abstract void |
setAssociatedMapTables(AssociationList list)
Sets the AssociatedMapTables list to be list. |
abstract void |
setAssociatedMapTables(AssociationList list,
int state)
Sets the AssociatedMapTables list to be list. |
abstract void |
setAxisName(java.lang.String inAxisName)
Sets the AxisName value and sets the state to MetadataState.LOCAL. |
abstract void |
setAxisName(java.lang.String inAxisName,
int state)
Sets the AxisName Metadata State. |
abstract void |
setAxisNameState(int state)
Sets the Metadata State of AxisName. |
abstract void |
setLocationPath(java.lang.String inLocationPath)
Sets the LocationPath value and sets the state to MetadataState.LOCAL. |
abstract void |
setLocationPath(java.lang.String inLocationPath,
int state)
Sets the LocationPath Metadata State. |
abstract void |
setLocationPathState(int state)
Sets the Metadata State of LocationPath. |
abstract void |
setLocationPathType(int inLocationPathType)
Sets the LocationPathType value and sets the state to MetadataState.LOCAL. |
abstract void |
setLocationPathType(int inLocationPathType,
int state)
Sets the LocationPathType Metadata State. |
abstract void |
setLocationPathType(java.lang.String inLocationPathType)
Sets the LocationPathType value and sets the state to MetadataState.LOCAL. |
abstract void |
setLocationPathType(java.lang.String inLocationPathType,
int state)
Sets the LocationPathType value and Metadata State. |
abstract void |
setLocationPathTypeState(int state)
Sets the Metadata State of LocationPathType. |
abstract void |
setMajorVersion(int inMajorVersion)
Sets the MajorVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setMajorVersion(int inMajorVersion,
int state)
Sets the MajorVersion Metadata State. |
abstract void |
setMajorVersion(java.lang.String inMajorVersion)
Sets the MajorVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setMajorVersion(java.lang.String inMajorVersion,
int state)
Sets the MajorVersion value and Metadata State. |
abstract void |
setMajorVersionState(int state)
Sets the Metadata State of MajorVersion. |
abstract void |
setMinorVersion(int inMinorVersion)
Sets the MinorVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setMinorVersion(int inMinorVersion,
int state)
Sets the MinorVersion Metadata State. |
abstract void |
setMinorVersion(java.lang.String inMinorVersion)
Sets the MinorVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setMinorVersion(java.lang.String inMinorVersion,
int state)
Sets the MinorVersion value and Metadata State. |
abstract void |
setMinorVersionState(int state)
Sets the Metadata State of MinorVersion. |
abstract void |
setNodeSetFunction(java.lang.String inNodeSetFunction)
Sets the NodeSetFunction value and sets the state to MetadataState.LOCAL. |
abstract void |
setNodeSetFunction(java.lang.String inNodeSetFunction,
int state)
Sets the NodeSetFunction Metadata State. |
abstract void |
setNodeSetFunctionState(int state)
Sets the Metadata State of NodeSetFunction. |
abstract void |
setProcessTag(int inProcessTag)
Sets the ProcessTag value and sets the state to MetadataState.LOCAL. |
abstract void |
setProcessTag(int inProcessTag,
int state)
Sets the ProcessTag Metadata State. |
abstract void |
setProcessTag(java.lang.String inProcessTag)
Sets the ProcessTag value and sets the state to MetadataState.LOCAL. |
abstract void |
setProcessTag(java.lang.String inProcessTag,
int state)
Sets the ProcessTag value and Metadata State. |
abstract void |
setProcessTagState(int state)
Sets the Metadata State of ProcessTag. |
abstract void |
setSyntaxMarker(java.lang.String inSyntaxMarker)
Sets the SyntaxMarker value and sets the state to MetadataState.LOCAL. |
abstract void |
setSyntaxMarker(java.lang.String inSyntaxMarker,
int state)
Sets the SyntaxMarker Metadata State. |
abstract void |
setSyntaxMarkerState(int state)
Sets the Metadata State of SyntaxMarker. |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_LOCATIONPATH_NAME
LocationPath: LocationPath
static final java.lang.String ATTRIBUTE_LOCATIONPATHTYPE_NAME
LocationPathType: Indicates if the path is absolute (0) or relative (1).
static final java.lang.String ATTRIBUTE_MAJORVERSION_NAME
MajorVersion: Major version of the SAS XML LIBNAME extension.
static final java.lang.String ATTRIBUTE_MINORVERSION_NAME
MinorVersion: Minor version of the SAS XML LIBNAME extension.
static final java.lang.String ATTRIBUTE_PROCESSTAG_NAME
ProcessTag: Integer to show whether the tag is the beginning or the end of an Xpath. 0 = no tag; 1= beginning tag; 2 = end tag
static final java.lang.String ATTRIBUTE_AXISNAME_NAME
AxisName: Used to show the tree relationship.
static final java.lang.String ATTRIBUTE_NODESETFUNCTION_NAME
NodeSetFunction: Used to show the node set function.
static final java.lang.String ATTRIBUTE_SYNTAXMARKER_NAME
SyntaxMarker: Describes the language used in the XPath.
static final java.lang.String ASSOCIATION_ASSOCIATEDMAPCOLUMN_NAME
AssociatedMapColumn: Associated SXLE map column.
static final java.lang.String ASSOCIATION_ASSOCIATEDMAPTABLE_NAME
AssociatedMapTable: Associated SXLE map table.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface RootinitializeRequiredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getLocationPath()
throws java.rmi.RemoteException
String value of LocationPath
LocationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLocationPathState()
throws java.rmi.RemoteException
LocationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLocationPathMaxLength()
throws java.rmi.RemoteException
LocationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLocationPathType()
throws java.rmi.RemoteException
int value of LocationPathType
LocationPathType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLocationPathTypeState()
throws java.rmi.RemoteException
LocationPathType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMajorVersion()
throws java.rmi.RemoteException
int value of MajorVersion
MajorVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMajorVersionState()
throws java.rmi.RemoteException
MajorVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMinorVersion()
throws java.rmi.RemoteException
int value of MinorVersion
MinorVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMinorVersionState()
throws java.rmi.RemoteException
MinorVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProcessTag()
throws java.rmi.RemoteException
int value of ProcessTag
ProcessTag
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProcessTagState()
throws java.rmi.RemoteException
ProcessTag
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getAxisName()
throws java.rmi.RemoteException
String value of AxisName
AxisName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getAxisNameState()
throws java.rmi.RemoteException
AxisName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getAxisNameMaxLength()
throws java.rmi.RemoteException
AxisName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getNodeSetFunction()
throws java.rmi.RemoteException
String value of NodeSetFunction
NodeSetFunction
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getNodeSetFunctionState()
throws java.rmi.RemoteException
NodeSetFunction
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getNodeSetFunctionMaxLength()
throws java.rmi.RemoteException
NodeSetFunction
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSyntaxMarker()
throws java.rmi.RemoteException
String value of SyntaxMarker
SyntaxMarker
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSyntaxMarkerState()
throws java.rmi.RemoteException
SyntaxMarker
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSyntaxMarkerMaxLength()
throws java.rmi.RemoteException
SyntaxMarker
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getAssociatedMapColumns()
throws java.rmi.RemoteException,
MdException
AssociatedMapColumns
AssociatedMapColumns which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
Column getAssociatedMapColumn()
throws java.rmi.RemoteException,
MdException
Column for AssociatedMapColumn
Column ( null if not set ) of AssociatedMapColumn which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAssociatedMapTables()
throws java.rmi.RemoteException,
MdException
AssociatedMapTables
AssociatedMapTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
RelationalTable getAssociatedMapTable()
throws java.rmi.RemoteException,
MdException
RelationalTable for AssociatedMapTable
RelationalTable ( null if not set ) of AssociatedMapTable which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAssociatedMapColumns(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedMapColumns
fGoToServer - boolean Get the value from the server.
AssociatedMapColumns which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAssociatedMapTables(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedMapTables
fGoToServer - boolean Get the value from the server.
AssociatedMapTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setLocationPath(java.lang.String inLocationPath)
throws java.rmi.RemoteException
LocationPath value and sets the state to MetadataState.LOCAL.
inLocationPath - String
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPath(java.lang.String inLocationPath,
int state)
throws java.rmi.RemoteException
LocationPath Metadata State.
inLocationPath - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathState(int state)
throws java.rmi.RemoteException
LocationPath.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathType(int inLocationPathType)
throws java.rmi.RemoteException
LocationPathType value and sets the state to MetadataState.LOCAL.
inLocationPathType - int
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathType(int inLocationPathType,
int state)
throws java.rmi.RemoteException
LocationPathType Metadata State.
inLocationPathType - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathType(java.lang.String inLocationPathType)
throws java.rmi.RemoteException
LocationPathType value and sets the state to MetadataState.LOCAL.
inLocationPathType - String
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathType(java.lang.String inLocationPathType,
int state)
throws java.rmi.RemoteException
LocationPathType value and Metadata State.
inLocationPathType - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLocationPathTypeState(int state)
throws java.rmi.RemoteException
LocationPathType.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajorVersion(int inMajorVersion)
throws java.rmi.RemoteException
MajorVersion value and sets the state to MetadataState.LOCAL.
inMajorVersion - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajorVersion(int inMajorVersion,
int state)
throws java.rmi.RemoteException
MajorVersion Metadata State.
inMajorVersion - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajorVersion(java.lang.String inMajorVersion)
throws java.rmi.RemoteException
MajorVersion value and sets the state to MetadataState.LOCAL.
inMajorVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setMajorVersion(java.lang.String inMajorVersion,
int state)
throws java.rmi.RemoteException
MajorVersion value and Metadata State.
inMajorVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajorVersionState(int state)
throws java.rmi.RemoteException
MajorVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinorVersion(int inMinorVersion)
throws java.rmi.RemoteException
MinorVersion value and sets the state to MetadataState.LOCAL.
inMinorVersion - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinorVersion(int inMinorVersion,
int state)
throws java.rmi.RemoteException
MinorVersion Metadata State.
inMinorVersion - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinorVersion(java.lang.String inMinorVersion)
throws java.rmi.RemoteException
MinorVersion value and sets the state to MetadataState.LOCAL.
inMinorVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setMinorVersion(java.lang.String inMinorVersion,
int state)
throws java.rmi.RemoteException
MinorVersion value and Metadata State.
inMinorVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinorVersionState(int state)
throws java.rmi.RemoteException
MinorVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setProcessTag(int inProcessTag)
throws java.rmi.RemoteException
ProcessTag value and sets the state to MetadataState.LOCAL.
inProcessTag - int
java.rmi.RemoteException - If error communicating with remote object.
void setProcessTag(int inProcessTag,
int state)
throws java.rmi.RemoteException
ProcessTag Metadata State.
inProcessTag - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setProcessTag(java.lang.String inProcessTag)
throws java.rmi.RemoteException
ProcessTag value and sets the state to MetadataState.LOCAL.
inProcessTag - String
java.rmi.RemoteException - If error communicating with remote object.
void setProcessTag(java.lang.String inProcessTag,
int state)
throws java.rmi.RemoteException
ProcessTag value and Metadata State.
inProcessTag - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setProcessTagState(int state)
throws java.rmi.RemoteException
ProcessTag.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setAxisName(java.lang.String inAxisName)
throws java.rmi.RemoteException
AxisName value and sets the state to MetadataState.LOCAL.
inAxisName - String
java.rmi.RemoteException - If error communicating with remote object.
void setAxisName(java.lang.String inAxisName,
int state)
throws java.rmi.RemoteException
AxisName Metadata State.
inAxisName - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAxisNameState(int state)
throws java.rmi.RemoteException
AxisName.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setNodeSetFunction(java.lang.String inNodeSetFunction)
throws java.rmi.RemoteException
NodeSetFunction value and sets the state to MetadataState.LOCAL.
inNodeSetFunction - String
java.rmi.RemoteException - If error communicating with remote object.
void setNodeSetFunction(java.lang.String inNodeSetFunction,
int state)
throws java.rmi.RemoteException
NodeSetFunction Metadata State.
inNodeSetFunction - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setNodeSetFunctionState(int state)
throws java.rmi.RemoteException
NodeSetFunction.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSyntaxMarker(java.lang.String inSyntaxMarker)
throws java.rmi.RemoteException
SyntaxMarker value and sets the state to MetadataState.LOCAL.
inSyntaxMarker - String
java.rmi.RemoteException - If error communicating with remote object.
void setSyntaxMarker(java.lang.String inSyntaxMarker,
int state)
throws java.rmi.RemoteException
SyntaxMarker Metadata State.
inSyntaxMarker - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSyntaxMarkerState(int state)
throws java.rmi.RemoteException
SyntaxMarker.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapColumns(AssociationList list)
throws java.rmi.RemoteException
AssociatedMapColumns list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapColumns(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedMapColumns list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapColumn(Column inObject)
throws java.rmi.RemoteException
AssociatedMapColumns list 0th element to be inObject.
inObject - Column
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapTables(AssociationList list)
throws java.rmi.RemoteException
AssociatedMapTables list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapTables(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedMapTables list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedMapTable(RelationalTable inObject)
throws java.rmi.RemoteException
AssociatedMapTables list 0th element to be inObject.
inObject - RelationalTable
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||