|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface Property
A parameter, option or other type of information that is used to tailor a metadata object.
Attributes of Property are:
Associations of Property 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(); Property myObject = (Property) factory.createComplexMetadataObject(objectStore, "Property_Object", MetadataObjects.PROPERTY, "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_ASSOCIATEDLOCALIZEDOBJECT_NAME
Constant used for the name of the AssociatedLocalizedObject association. |
static java.lang.String |
ASSOCIATION_ASSOCIATEDOBJECT_NAME
Constant used for the name of the AssociatedObject association. |
static java.lang.String |
ASSOCIATION_ASSOCIATEDPROPERTYSET_NAME
Constant used for the name of the AssociatedPropertySet association. |
static java.lang.String |
ASSOCIATION_OWNINGTYPE_NAME
Constant used for the name of the OwningType association. |
static java.lang.String |
ATTRIBUTE_DEFAULTVALUE_NAME
Constant used for the name of the DefaultValue attribute. |
static java.lang.String |
ATTRIBUTE_DELIMITER_NAME
Constant used for the name of the Delimiter attribute. |
static java.lang.String |
ATTRIBUTE_PROPERTYNAME_NAME
Constant used for the name of the PropertyName attribute. |
static java.lang.String |
ATTRIBUTE_PROPERTYROLE_NAME
Constant used for the name of the PropertyRole attribute. |
static java.lang.String |
ATTRIBUTE_SQLTYPE_NAME
Constant used for the name of the SQLType attribute. |
static java.lang.String |
ATTRIBUTE_USEVALUEONLY_NAME
Constant used for the name of the UseValueOnly attribute. |
| Fields inherited from interface com.sas.metadata.remote.AbstractProperty |
|---|
ASSOCIATION_ASSOCIATEDPROPERTYGROUP_NAME, ASSOCIATION_CUSTOMIZERS_NAME, ASSOCIATION_EDITORS_NAME, ASSOCIATION_STOREDCONFIGURATION_NAME, ASSOCIATION_VALIDATORS_NAME, ATTRIBUTE_ISEXPERT_NAME, ATTRIBUTE_ISLINKED_NAME, ATTRIBUTE_ISREQUIRED_NAME, ATTRIBUTE_ISUPDATEABLE_NAME, ATTRIBUTE_ISVISIBLE_NAME |
| Fields inherited from interface com.sas.metadata.remote.LocalizedType |
|---|
ASSOCIATION_RESOURCES_NAME |
| 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 Root |
getAssociatedLocalizedObject()
Gets the Root for AssociatedLocalizedObject |
abstract AssociationList |
getAssociatedLocalizedObjects()
Gets the AssociationList of AssociatedLocalizedObjects |
abstract AssociationList |
getAssociatedLocalizedObjects(boolean fGoToServer)
Gets the Associationlist of AssociatedLocalizedObjects |
abstract Root |
getAssociatedObject()
Gets the Root for AssociatedObject |
abstract AssociationList |
getAssociatedObjects()
Gets the AssociationList of AssociatedObjects |
abstract AssociationList |
getAssociatedObjects(boolean fGoToServer)
Gets the Associationlist of AssociatedObjects |
abstract PropertySet |
getAssociatedPropertySet()
Gets the PropertySet for AssociatedPropertySet |
abstract AssociationList |
getAssociatedPropertySets()
Gets the Association list of AssociatedPropertySets |
abstract AssociationList |
getAssociatedPropertySets(boolean fGoToServer)
Gets the Associationlist of AssociatedPropertySets |
abstract java.lang.String |
getDefaultValue()
Gets the String value of DefaultValue |
abstract int |
getDefaultValueMaxLength()
Gets the maximum length of DefaultValue |
abstract int |
getDefaultValueState()
Gets the Metadata State of DefaultValue |
abstract java.lang.String |
getDelimiter()
Gets the String value of Delimiter |
abstract int |
getDelimiterMaxLength()
Gets the maximum length of Delimiter |
abstract int |
getDelimiterState()
Gets the Metadata State of Delimiter |
abstract PropertyType |
getOwningType()
Gets the PropertyType for OwningType |
abstract AssociationList |
getOwningTypes()
Gets the AssociationList of OwningTypes |
abstract AssociationList |
getOwningTypes(boolean fGoToServer)
Gets the Associationlist of OwningTypes |
abstract java.lang.String |
getPropertyName()
Gets the String value of PropertyName |
abstract int |
getPropertyNameMaxLength()
Gets the maximum length of PropertyName |
abstract int |
getPropertyNameState()
Gets the Metadata State of PropertyName |
abstract java.lang.String |
getPropertyRole()
Gets the String value of PropertyRole |
abstract int |
getPropertyRoleMaxLength()
Gets the maximum length of PropertyRole |
abstract int |
getPropertyRoleState()
Gets the Metadata State of PropertyRole |
abstract int |
getSQLType()
Gets the int value of SQLType |
abstract int |
getSQLTypeState()
Gets the Metadata State of SQLType |
abstract int |
getUseValueOnly()
Gets the int value of UseValueOnly |
abstract int |
getUseValueOnlyState()
Gets the Metadata State of UseValueOnly |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: AssociatedLocalizedObjectAssociatedObjectOwningType |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setAssociatedLocalizedObject(Root inObject)
Sets the AssociatedLocalizedObjects list 0th element to be inObject. |
abstract void |
setAssociatedLocalizedObjects(AssociationList list)
Sets the AssociatedLocalizedObjects list to be list. |
abstract void |
setAssociatedLocalizedObjects(AssociationList list,
int state)
Sets the AssociatedLocalizedObjects list to be list. |
abstract void |
setAssociatedObject(Root inObject)
Sets the AssociatedObjects list 0th element to be inObject. |
abstract void |
setAssociatedObjects(AssociationList list)
Sets the AssociatedObjects list to be list. |
abstract void |
setAssociatedObjects(AssociationList list,
int state)
Sets the AssociatedObjects list to be list. |
abstract void |
setAssociatedPropertySet(PropertySet inObject)
Sets the AssociatedPropertySets list 0th element to be inObject. |
abstract void |
setAssociatedPropertySets(AssociationList list)
Sets the AssociatedPropertySets list to be list. |
abstract void |
setAssociatedPropertySets(AssociationList list,
int state)
Sets the AssociatedPropertySets list to be list. |
abstract void |
setDefaultValue(java.lang.String inDefaultValue)
Sets the DefaultValue value and sets the state to MetadataState.LOCAL. |
abstract void |
setDefaultValue(java.lang.String inDefaultValue,
int state)
Sets the DefaultValue Metadata State. |
abstract void |
setDefaultValueState(int state)
Sets the Metadata State of DefaultValue. |
abstract void |
setDelimiter(java.lang.String inDelimiter)
Sets the Delimiter value and sets the state to MetadataState.LOCAL. |
abstract void |
setDelimiter(java.lang.String inDelimiter,
int state)
Sets the Delimiter Metadata State. |
abstract void |
setDelimiterState(int state)
Sets the Metadata State of Delimiter. |
abstract void |
setOwningType(PropertyType inObject)
Sets the OwningTypes list 0th element to be inObject. |
abstract void |
setOwningTypes(AssociationList list)
Sets the OwningTypes list to be list. |
abstract void |
setOwningTypes(AssociationList list,
int state)
Sets the OwningTypes list to be list. |
abstract void |
setPropertyName(java.lang.String inPropertyName)
Sets the PropertyName value and sets the state to MetadataState.LOCAL. |
abstract void |
setPropertyName(java.lang.String inPropertyName,
int state)
Sets the PropertyName Metadata State. |
abstract void |
setPropertyNameState(int state)
Sets the Metadata State of PropertyName. |
abstract void |
setPropertyRole(java.lang.String inPropertyRole)
Sets the PropertyRole value and sets the state to MetadataState.LOCAL. |
abstract void |
setPropertyRole(java.lang.String inPropertyRole,
int state)
Sets the PropertyRole Metadata State. |
abstract void |
setPropertyRoleState(int state)
Sets the Metadata State of PropertyRole. |
abstract void |
setSQLType(int inSQLType)
Sets the SQLType value and sets the state to MetadataState.LOCAL. |
abstract void |
setSQLType(int inSQLType,
int state)
Sets the SQLType Metadata State. |
abstract void |
setSQLType(java.lang.String inSQLType)
Sets the SQLType value and sets the state to MetadataState.LOCAL. |
abstract void |
setSQLType(java.lang.String inSQLType,
int state)
Sets the SQLType value and Metadata State. |
abstract void |
setSQLTypeState(int state)
Sets the Metadata State of SQLType. |
abstract void |
setUseValueOnly(int inUseValueOnly)
Sets the UseValueOnly value and sets the state to MetadataState.LOCAL. |
abstract void |
setUseValueOnly(int inUseValueOnly,
int state)
Sets the UseValueOnly Metadata State. |
abstract void |
setUseValueOnly(java.lang.String inUseValueOnly)
Sets the UseValueOnly value and sets the state to MetadataState.LOCAL. |
abstract void |
setUseValueOnly(java.lang.String inUseValueOnly,
int state)
Sets the UseValueOnly value and Metadata State. |
abstract void |
setUseValueOnlyState(int state)
Sets the Metadata State of UseValueOnly. |
| Methods inherited from interface com.sas.metadata.remote.LocalizedType |
|---|
getResources, getResources, setResources, setResources |
| 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_DEFAULTVALUE_NAME
DefaultValue: The default value for this parameter.
static final java.lang.String ATTRIBUTE_PROPERTYROLE_NAME
PropertyRole: The role of this property (load, access, initialization, etc).
static final java.lang.String ATTRIBUTE_PROPERTYNAME_NAME
PropertyName: This attribute is the name used by the software program, for example the name of a macro variable. This object also has a 'Name' attribute that is the display name or label.
static final java.lang.String ATTRIBUTE_DELIMITER_NAME
Delimiter: This is the delimiter that is used between the PropertyName and Default value. It may be a space, an equals sign, or any other appropriate delimiter.
static final java.lang.String ATTRIBUTE_USEVALUEONLY_NAME
UseValueOnly: This means that only the string in the Default value is used. This attribute is true, for example, for the SAS system option CAPS and NOCAPS. The PropertyName is 'CAPS', but the value may be CAPS or NOCAPS.
static final java.lang.String ATTRIBUTE_SQLTYPE_NAME
SQLType: This is an integer value that identifies the SQL type of the data. If other, 1111, or array, 2003, is specified the client will need to look to the associated owning type for more information. If there is no associated owning type or the owning type indicates a value of other it is up to the client to determine how to handle the value. The default value will be string, 12.
static final java.lang.String ASSOCIATION_ASSOCIATEDLOCALIZEDOBJECT_NAME
AssociatedLocalizedObject: The object with a localized attribute.
static final java.lang.String ASSOCIATION_ASSOCIATEDOBJECT_NAME
AssociatedObject: The object described by these properties.
static final java.lang.String ASSOCIATION_OWNINGTYPE_NAME
OwningType: The data type of this property.
static final java.lang.String ASSOCIATION_ASSOCIATEDPROPERTYSET_NAME
AssociatedPropertySet: The property set this property belongs to.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface AbstractPropertyinitializeRequiredObjects in interface LocalizedTypeinitializeRequiredObjects 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
AssociatedLocalizedObjectAssociatedObjectOwningType
initializePredObjects in interface AbstractPropertyinitializePredObjects in interface LocalizedTypeinitializePredObjects in interface MdObjectBaseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getDefaultValue()
throws java.rmi.RemoteException
String value of DefaultValue
DefaultValue
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDefaultValueState()
throws java.rmi.RemoteException
DefaultValue
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDefaultValueMaxLength()
throws java.rmi.RemoteException
DefaultValue
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getPropertyRole()
throws java.rmi.RemoteException
String value of PropertyRole
PropertyRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPropertyRoleState()
throws java.rmi.RemoteException
PropertyRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPropertyRoleMaxLength()
throws java.rmi.RemoteException
PropertyRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getPropertyName()
throws java.rmi.RemoteException
String value of PropertyName
PropertyName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPropertyNameState()
throws java.rmi.RemoteException
PropertyName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPropertyNameMaxLength()
throws java.rmi.RemoteException
PropertyName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getDelimiter()
throws java.rmi.RemoteException
String value of Delimiter
Delimiter
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDelimiterState()
throws java.rmi.RemoteException
Delimiter
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDelimiterMaxLength()
throws java.rmi.RemoteException
Delimiter
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUseValueOnly()
throws java.rmi.RemoteException
int value of UseValueOnly
UseValueOnly
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUseValueOnlyState()
throws java.rmi.RemoteException
UseValueOnly
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSQLType()
throws java.rmi.RemoteException
int value of SQLType
SQLType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSQLTypeState()
throws java.rmi.RemoteException
SQLType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getAssociatedLocalizedObjects()
throws java.rmi.RemoteException,
MdException
AssociatedLocalizedObjects
AssociatedLocalizedObjects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Root getAssociatedLocalizedObject()
throws java.rmi.RemoteException,
MdException
Root for AssociatedLocalizedObject
Root ( null if not set) of AssociatedLocalizedObjectwhich 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 getAssociatedObjects()
throws java.rmi.RemoteException,
MdException
AssociatedObjects
AssociatedObjects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Root getAssociatedObject()
throws java.rmi.RemoteException,
MdException
Root for AssociatedObject
Root ( null if not set) of AssociatedObjectwhich 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 getOwningTypes()
throws java.rmi.RemoteException,
MdException
OwningTypes
OwningTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
PropertyType getOwningType()
throws java.rmi.RemoteException,
MdException
PropertyType for OwningType
PropertyType ( null if not set) of OwningTypewhich 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 getAssociatedPropertySets()
throws java.rmi.RemoteException,
MdException
AssociatedPropertySets
AssociatedPropertySets 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.
PropertySet getAssociatedPropertySet()
throws java.rmi.RemoteException,
MdException
PropertySet for AssociatedPropertySet
PropertySet ( null if not set ) of AssociatedPropertySet 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 getAssociatedLocalizedObjects(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedLocalizedObjects
fGoToServer - boolean Get the value from the server.
AssociatedLocalizedObjects 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 getAssociatedObjects(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedObjects
fGoToServer - boolean Get the value from the server.
AssociatedObjects 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 getOwningTypes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OwningTypes
fGoToServer - boolean Get the value from the server.
OwningTypes 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 getAssociatedPropertySets(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedPropertySets
fGoToServer - boolean Get the value from the server.
AssociatedPropertySets 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 setDefaultValue(java.lang.String inDefaultValue)
throws java.rmi.RemoteException
DefaultValue value and sets the state to MetadataState.LOCAL.
inDefaultValue - String
java.rmi.RemoteException - If error communicating with remote object.
void setDefaultValue(java.lang.String inDefaultValue,
int state)
throws java.rmi.RemoteException
DefaultValue Metadata State.
inDefaultValue - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDefaultValueState(int state)
throws java.rmi.RemoteException
DefaultValue.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyRole(java.lang.String inPropertyRole)
throws java.rmi.RemoteException
PropertyRole value and sets the state to MetadataState.LOCAL.
inPropertyRole - String
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyRole(java.lang.String inPropertyRole,
int state)
throws java.rmi.RemoteException
PropertyRole Metadata State.
inPropertyRole - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyRoleState(int state)
throws java.rmi.RemoteException
PropertyRole.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyName(java.lang.String inPropertyName)
throws java.rmi.RemoteException
PropertyName value and sets the state to MetadataState.LOCAL.
inPropertyName - String
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyName(java.lang.String inPropertyName,
int state)
throws java.rmi.RemoteException
PropertyName Metadata State.
inPropertyName - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyNameState(int state)
throws java.rmi.RemoteException
PropertyName.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setDelimiter(java.lang.String inDelimiter)
throws java.rmi.RemoteException
Delimiter value and sets the state to MetadataState.LOCAL.
inDelimiter - String
java.rmi.RemoteException - If error communicating with remote object.
void setDelimiter(java.lang.String inDelimiter,
int state)
throws java.rmi.RemoteException
Delimiter Metadata State.
inDelimiter - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDelimiterState(int state)
throws java.rmi.RemoteException
Delimiter.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseValueOnly(int inUseValueOnly)
throws java.rmi.RemoteException
UseValueOnly value and sets the state to MetadataState.LOCAL.
inUseValueOnly - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseValueOnly(int inUseValueOnly,
int state)
throws java.rmi.RemoteException
UseValueOnly Metadata State.
inUseValueOnly - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseValueOnly(java.lang.String inUseValueOnly)
throws java.rmi.RemoteException
UseValueOnly value and sets the state to MetadataState.LOCAL.
inUseValueOnly - String
java.rmi.RemoteException - If error communicating with remote object.
void setUseValueOnly(java.lang.String inUseValueOnly,
int state)
throws java.rmi.RemoteException
UseValueOnly value and Metadata State.
inUseValueOnly - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseValueOnlyState(int state)
throws java.rmi.RemoteException
UseValueOnly.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSQLType(int inSQLType)
throws java.rmi.RemoteException
SQLType value and sets the state to MetadataState.LOCAL.
inSQLType - int
java.rmi.RemoteException - If error communicating with remote object.
void setSQLType(int inSQLType,
int state)
throws java.rmi.RemoteException
SQLType Metadata State.
inSQLType - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSQLType(java.lang.String inSQLType)
throws java.rmi.RemoteException
SQLType value and sets the state to MetadataState.LOCAL.
inSQLType - String
java.rmi.RemoteException - If error communicating with remote object.
void setSQLType(java.lang.String inSQLType,
int state)
throws java.rmi.RemoteException
SQLType value and Metadata State.
inSQLType - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSQLTypeState(int state)
throws java.rmi.RemoteException
SQLType.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedLocalizedObjects(AssociationList list)
throws java.rmi.RemoteException
AssociatedLocalizedObjects list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedLocalizedObjects(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedLocalizedObjects list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedLocalizedObject(Root inObject)
throws java.rmi.RemoteException
AssociatedLocalizedObjects list 0th element to be inObject.
inObject - Root
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedObjects(AssociationList list)
throws java.rmi.RemoteException
AssociatedObjects list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedObjects(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedObjects list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedObject(Root inObject)
throws java.rmi.RemoteException
AssociatedObjects list 0th element to be inObject.
inObject - Root
java.rmi.RemoteException - If error communicating with remote object.
void setOwningTypes(AssociationList list)
throws java.rmi.RemoteException
OwningTypes list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOwningTypes(AssociationList list,
int state)
throws java.rmi.RemoteException
OwningTypes list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningType(PropertyType inObject)
throws java.rmi.RemoteException
OwningTypes list 0th element to be inObject.
inObject - PropertyType
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedPropertySets(AssociationList list)
throws java.rmi.RemoteException
AssociatedPropertySets list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedPropertySets(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedPropertySets list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedPropertySet(PropertySet inObject)
throws java.rmi.RemoteException
AssociatedPropertySets list 0th element to be inObject.
inObject - PropertySet
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 | |||||||||||||