|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributePropertyInterface
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 |
getDefaultValue()
Get the property default value. |
java.lang.String |
getPropertyName()
Get the PropertyName attribute. |
java.lang.String |
getPropertyRole()
Get the property role. |
int |
getSQLType()
Get the SQLType from the PropertyType. |
void |
setDefaultValue(java.lang.String value)
Set the property default value. |
void |
setPropertyName(java.lang.String name)
Set the PropertyName attribute. |
void |
setPropertyRole(java.lang.String role)
Set the property role. |
void |
setSQLType(int type)
Set the SQLType on the PropertyType. |
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 getPropertyRole() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setPropertyRole(java.lang.String role) throws ServiceException, java.rmi.RemoteException
role
- The string with the property role.
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getPropertyName() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setPropertyName(java.lang.String name) throws ServiceException, java.rmi.RemoteException
name
- The propertyname.
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.lang.String getDefaultValue() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setDefaultValue(java.lang.String value) throws ServiceException, java.rmi.RemoteException
value
- The default value.
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.int getSQLType() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setSQLType(int type) throws ServiceException, java.rmi.RemoteException
type
- The SQLType to set on the associated PropertyType.
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 |