|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AssociationPropertyInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
java.lang.String |
getAssociationName()
Get the association name. |
int |
getMaximum()
Get the maximum cardinality of the association. |
java.lang.String |
getMetadataType()
Get the metadata type that can be associated via this association. |
int |
getMinimum()
Get the minimum cardinality for this assocation. |
java.lang.String |
getPartnerName()
Get the parner's name for this association. |
void |
setAssociationName(java.lang.String name)
Set the association name. |
void |
setMaximum(int max)
Set the maximum cardinality of the association. |
void |
setMetadataType(java.lang.String type)
Set the metadata type that can be associated via this association. |
void |
setMinimum(int min)
Set the minimum cardinality of the association. |
void |
setPartnerName(java.lang.String partner)
Set the partner association name for this association. |
| Methods inherited from interface com.sas.services.information.metadata.PrototypePropertyInterface |
|---|
getOwningPrototype, setOwningPrototype |
| Methods inherited from interface com.sas.services.information.metadata.AbstractPropertyInterface |
|---|
addCustomizer, addEditor, addValidator, getAssociatedPropertyGroup, getCustomizers, getEditors, getIsExpert, getIsLinked, getIsRequired, getIsUpdateable, getIsVisible, getStoredConfiguration, getValidators, removeCustomizer, removeEditor, removeValidator, setAssociatedPropertyGroup, setIsExpert, setIsLinked, setIsRequired, setIsUpdateable, setIsVisible, setStoredConfiguration |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.lang.String getMetadataType()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setMetadataType(java.lang.String type)
throws ServiceException,
java.rmi.RemoteException
type - The metadata type.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getAssociationName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setAssociationName(java.lang.String name)
throws ServiceException,
java.rmi.RemoteException
name - The name of the association this property represents.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getPartnerName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setPartnerName(java.lang.String partner)
throws ServiceException,
java.rmi.RemoteException
partner - The partner's association name.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
int getMinimum()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setMinimum(int min)
throws ServiceException,
java.rmi.RemoteException
min - The minimum cardinality of the association.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
int getMaximum()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setMaximum(int max)
throws ServiceException,
java.rmi.RemoteException
max - The maximum cardinality of the association.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||