com.sas.metadata.remote
Interface AttributeProperty

All Superinterfaces:
AbstractProperty, CMetadata, LocalizedType, MdObjectBase, MdObjectBaseUtil, MdObjectBaseXML, PrototypeProperty, java.rmi.Remote, Root, SecondaryType

public interface AttributeProperty
extends PrototypeProperty

The SAS Metadata Model provides a Prototype metadata type to define templates that can be used to create metadata entities. The AttributeProperty metadata type is used with other prototype objects to define the attributes and the values that are needed in a given scenario.

Attributes of AttributeProperty are:

Associations of AttributeProperty are:

Usage

To create an instance of this AttributeProperty, use the factory create methods.
Example: create a AttributeProperty with name "AttributeProperty_Object", in repository "AAAAAAAA".
 // 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();
 AttributeProperty myObject = (AttributeProperty) factory.createComplexMetadataObject(objectStore, "AttributeProperty_Object", MetadataObjects.ATTRIBUTEPROPERTY, "AAAAAAAA");
 myObject.updateMetadataAll();  // Write object to server
 objectStore.dispose();  // dispose of the object store if it is no longer needed
 

Behavior

Dependencies

This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.

Since:
9.0

Field Summary
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_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.
 
Fields inherited from interface com.sas.metadata.remote.PrototypeProperty
ASSOCIATION_OWNINGPROTOTYPE_NAME
 
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.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_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
 java.lang.String getDefaultValue()
          Gets the String value of DefaultValue
 int getDefaultValueMaxLength()
          Gets the maximum length of DefaultValue
 int getDefaultValueState()
          Gets the Metadata State of DefaultValue
 PropertyType getOwningType()
          Gets the PropertyType for OwningType
 AssociationList getOwningTypes()
          Gets the AssociationList of OwningTypes
 AssociationList getOwningTypes(boolean fGoToServer)
          Gets the Associationlist of OwningTypes
 java.lang.String getPropertyName()
          Gets the String value of PropertyName
 int getPropertyNameMaxLength()
          Gets the maximum length of PropertyName
 int getPropertyNameState()
          Gets the Metadata State of PropertyName
 java.lang.String getPropertyRole()
          Gets the String value of PropertyRole
 int getPropertyRoleMaxLength()
          Gets the maximum length of PropertyRole
 int getPropertyRoleState()
          Gets the Metadata State of PropertyRole
 int getSQLType()
          Gets the int value of SQLType
 int getSQLTypeState()
          Gets the Metadata State of SQLType
 void initializePredObjects()
          (S) Adds the Associated objects to the predObjects which are:
OwningType
 void initializeRequiredObjects()
          (S) This initializes the Required Objects(Roles) which are:
 void setDefaultValue(java.lang.String inDefaultValue)
          Sets the DefaultValue value and sets the state to MetadataState.LOCAL.
 void setDefaultValue(java.lang.String inDefaultValue, int state)
          Sets the DefaultValue Metadata State.
 void setDefaultValueState(int state)
          Sets the Metadata State of DefaultValue.
 void setOwningType(PropertyType inObject)
          Sets the OwningTypes list 0th element to be inObject.
 void setOwningTypes(AssociationList list)
          Sets the OwningTypes list to be list.
 void setOwningTypes(AssociationList list, int state)
          Sets the OwningTypes list to be list.
 void setPropertyName(java.lang.String inPropertyName)
          Sets the PropertyName value and sets the state to MetadataState.LOCAL.
 void setPropertyName(java.lang.String inPropertyName, int state)
          Sets the PropertyName Metadata State.
 void setPropertyNameState(int state)
          Sets the Metadata State of PropertyName.
 void setPropertyRole(java.lang.String inPropertyRole)
          Sets the PropertyRole value and sets the state to MetadataState.LOCAL.
 void setPropertyRole(java.lang.String inPropertyRole, int state)
          Sets the PropertyRole Metadata State.
 void setPropertyRoleState(int state)
          Sets the Metadata State of PropertyRole.
 void setSQLType(int inSQLType)
          Sets the SQLType value and sets the state to MetadataState.LOCAL.
 void setSQLType(int inSQLType, int state)
          Sets the SQLType Metadata State.
 void setSQLType(java.lang.String inSQLType)
          Sets the SQLType value and sets the state to MetadataState.LOCAL.
 void setSQLType(java.lang.String inSQLType, int state)
          Sets the SQLType value and Metadata State.
 void setSQLTypeState(int state)
          Sets the Metadata State of SQLType.
 
Methods inherited from interface com.sas.metadata.remote.PrototypeProperty
getOwningPrototype, getOwningPrototypes, getOwningPrototypes, setOwningPrototype, setOwningPrototypes, setOwningPrototypes
 
Methods inherited from interface com.sas.metadata.remote.AbstractProperty
getAssociatedPropertyGroup, getAssociatedPropertyGroups, getAssociatedPropertyGroups, getCustomizers, getCustomizers, getEditors, getEditors, getIsExpert, getIsExpertState, getIsLinked, getIsLinkedState, getIsRequired, getIsRequiredState, getIsUpdateable, getIsUpdateableState, getIsVisible, getIsVisibleState, getStoredConfiguration, getStoredConfigurations, getStoredConfigurations, getValidators, getValidators, setAssociatedPropertyGroup, setAssociatedPropertyGroups, setAssociatedPropertyGroups, setCustomizers, setCustomizers, setEditors, setEditors, setIsExpert, setIsExpert, setIsExpert, setIsExpert, setIsExpertState, setIsLinked, setIsLinked, setIsLinked, setIsLinked, setIsLinkedState, setIsRequired, setIsRequired, setIsRequired, setIsRequired, setIsRequiredState, setIsUpdateable, setIsUpdateable, setIsUpdateable, setIsUpdateable, setIsUpdateableState, setIsVisible, setIsVisible, setIsVisible, setIsVisible, setIsVisibleState, setStoredConfiguration, setStoredConfigurations, setStoredConfigurations, setValidators, setValidators
 
Methods inherited from interface com.sas.metadata.remote.LocalizedType
getResources, getResources, setResources, setResources
 
Methods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariables
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIds
 
Methods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setState
 

Field Detail

ATTRIBUTE_PROPERTYROLE_NAME

static final java.lang.String ATTRIBUTE_PROPERTYROLE_NAME
Constant used for the name of the PropertyRole attribute.

PropertyRole: The role of this property (load, access, initialization, etc).

See Also:
Constant Field Values

ATTRIBUTE_PROPERTYNAME_NAME

static final java.lang.String ATTRIBUTE_PROPERTYNAME_NAME
Constant used for the name of the PropertyName attribute.

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.

See Also:
Constant Field Values

ATTRIBUTE_DEFAULTVALUE_NAME

static final java.lang.String ATTRIBUTE_DEFAULTVALUE_NAME
Constant used for the name of the DefaultValue attribute.

DefaultValue: The default value for this parameter.

See Also:
Constant Field Values

ATTRIBUTE_SQLTYPE_NAME

static final java.lang.String ATTRIBUTE_SQLTYPE_NAME
Constant used for the name of the SQLType attribute.

SQLType: SQLType

See Also:
Constant Field Values

ASSOCIATION_OWNINGTYPE_NAME

static final java.lang.String ASSOCIATION_OWNINGTYPE_NAME
Constant used for the name of the OwningType association.

OwningType: The data type of this property. 

See Also:
Constant Field Values
Method Detail

initializeRequiredObjects

void initializeRequiredObjects()
                               throws java.rmi.RemoteException
(S) This initializes the Required Objects(Roles) which are:

Specified by:
initializeRequiredObjects in interface AbstractProperty
Specified by:
initializeRequiredObjects in interface LocalizedType
Specified by:
initializeRequiredObjects in interface MdObjectBaseUtil
Specified by:
initializeRequiredObjects in interface PrototypeProperty
Specified by:
initializeRequiredObjects in interface Root
Specified by:
initializeRequiredObjects in interface SecondaryType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

initializePredObjects

void initializePredObjects()
                           throws java.rmi.RemoteException
(S) Adds the Associated objects to the predObjects which are:
OwningType

Specified by:
initializePredObjects in interface AbstractProperty
Specified by:
initializePredObjects in interface LocalizedType
Specified by:
initializePredObjects in interface MdObjectBase
Specified by:
initializePredObjects in interface PrototypeProperty
Specified by:
initializePredObjects in interface Root
Specified by:
initializePredObjects in interface SecondaryType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyRole

java.lang.String getPropertyRole()
                                 throws java.rmi.RemoteException
Gets the String value of PropertyRole

Returns:
The PropertyRole
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyRoleState

int getPropertyRoleState()
                         throws java.rmi.RemoteException
Gets the Metadata State of PropertyRole

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyRoleMaxLength

int getPropertyRoleMaxLength()
                             throws java.rmi.RemoteException
Gets the maximum length of PropertyRole

Returns:
The max size
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyName

java.lang.String getPropertyName()
                                 throws java.rmi.RemoteException
Gets the String value of PropertyName

Returns:
The PropertyName
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyNameState

int getPropertyNameState()
                         throws java.rmi.RemoteException
Gets the Metadata State of PropertyName

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getPropertyNameMaxLength

int getPropertyNameMaxLength()
                             throws java.rmi.RemoteException
Gets the maximum length of PropertyName

Returns:
The max size
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getDefaultValue

java.lang.String getDefaultValue()
                                 throws java.rmi.RemoteException
Gets the String value of DefaultValue

Returns:
The DefaultValue
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getDefaultValueState

int getDefaultValueState()
                         throws java.rmi.RemoteException
Gets the Metadata State of DefaultValue

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getDefaultValueMaxLength

int getDefaultValueMaxLength()
                             throws java.rmi.RemoteException
Gets the maximum length of DefaultValue

Returns:
The max size
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getSQLType

int getSQLType()
               throws java.rmi.RemoteException
Gets the int value of SQLType

Returns:
The SQLType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getSQLTypeState

int getSQLTypeState()
                    throws java.rmi.RemoteException
Gets the Metadata State of SQLType

Returns:
The State.
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.

getOwningTypes

AssociationList getOwningTypes()
                               throws java.rmi.RemoteException,
                                      MdException
Gets the AssociationList of OwningTypes

Returns:
Returns the AssociationList of OwningTypes which can be of type:
PropertyType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException

getOwningType

PropertyType getOwningType()
                           throws java.rmi.RemoteException,
                                  MdException
Gets the PropertyType for OwningType

Returns:
The PropertyType ( null if not set) of OwningTypewhich can be of type:
PropertyType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

getOwningTypes

AssociationList getOwningTypes(boolean fGoToServer)
                               throws java.rmi.RemoteException,
                                      MdException
Gets the Associationlist of OwningTypes

Parameters:
fGoToServer - boolean Get the value from the server.
Returns:
Returns the AssociationList of OwningTypes which can be of type:
PropertyType
Throws:
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.

setPropertyRole

void setPropertyRole(java.lang.String inPropertyRole)
                     throws java.rmi.RemoteException
Sets the PropertyRole value and sets the state to MetadataState.LOCAL.

Parameters:
inPropertyRole - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPropertyRole

void setPropertyRole(java.lang.String inPropertyRole,
                     int state)
                     throws java.rmi.RemoteException
Sets the PropertyRole Metadata State.

Parameters:
inPropertyRole - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPropertyRoleState

void setPropertyRoleState(int state)
                          throws java.rmi.RemoteException
Sets the Metadata State of PropertyRole.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPropertyName

void setPropertyName(java.lang.String inPropertyName)
                     throws java.rmi.RemoteException
Sets the PropertyName value and sets the state to MetadataState.LOCAL.

Parameters:
inPropertyName - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPropertyName

void setPropertyName(java.lang.String inPropertyName,
                     int state)
                     throws java.rmi.RemoteException
Sets the PropertyName Metadata State.

Parameters:
inPropertyName - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setPropertyNameState

void setPropertyNameState(int state)
                          throws java.rmi.RemoteException
Sets the Metadata State of PropertyName.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setDefaultValue

void setDefaultValue(java.lang.String inDefaultValue)
                     throws java.rmi.RemoteException
Sets the DefaultValue value and sets the state to MetadataState.LOCAL.

Parameters:
inDefaultValue - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setDefaultValue

void setDefaultValue(java.lang.String inDefaultValue,
                     int state)
                     throws java.rmi.RemoteException
Sets the DefaultValue Metadata State.

Parameters:
inDefaultValue - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setDefaultValueState

void setDefaultValueState(int state)
                          throws java.rmi.RemoteException
Sets the Metadata State of DefaultValue.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setSQLType

void setSQLType(int inSQLType)
                throws java.rmi.RemoteException
Sets the SQLType value and sets the state to MetadataState.LOCAL.

Parameters:
inSQLType - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setSQLType

void setSQLType(int inSQLType,
                int state)
                throws java.rmi.RemoteException
Sets the SQLType Metadata State.

Parameters:
inSQLType - int
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setSQLType

void setSQLType(java.lang.String inSQLType)
                throws java.rmi.RemoteException
Sets the SQLType value and sets the state to MetadataState.LOCAL.

Parameters:
inSQLType - String
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setSQLType

void setSQLType(java.lang.String inSQLType,
                int state)
                throws java.rmi.RemoteException
Sets the SQLType value and Metadata State.

Parameters:
inSQLType - String
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setSQLTypeState

void setSQLTypeState(int state)
                     throws java.rmi.RemoteException
Sets the Metadata State of SQLType.

Parameters:
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setOwningTypes

void setOwningTypes(AssociationList list)
                    throws java.rmi.RemoteException
Sets the OwningTypes list to be list. Object of which can be of type:
PropertyType

Parameters:
list - AssociationList
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setOwningTypes

void setOwningTypes(AssociationList list,
                    int state)
                    throws java.rmi.RemoteException
Sets the OwningTypes list to be list. Object of which can be of type:
PropertyType

Parameters:
list - AssociationList
state - int
Throws:
java.rmi.RemoteException - If error communicating with remote object.

setOwningType

void setOwningType(PropertyType inObject)
                   throws java.rmi.RemoteException
Sets the OwningTypes list 0th element to be inObject.

Parameters:
inObject - PropertyType
Throws:
java.rmi.RemoteException - If error communicating with remote object.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.