com.sapportals.connector.metadata.functions
Interface ExtensibleMetadataFunction
- All Superinterfaces:
- IConnectorObject, IFunction, IGenericElement, ISOAPSerializable
public interface ExtensibleMetadataFunction
- extends IFunction
An interface to a function that can hold extra metadata.
|
Method Summary |
|
getProperty(String name,
T def)
Get the value of the given property name, or return a default value if not available
The type of the returned value is determined by the given default value type. |
void |
setProperty(String name,
Object value)
Set the given value to the given property |
setProperty
void setProperty(String name,
Object value)
- Set the given value to the given property
- Parameters:
name - The name of the propertyvalue - The value to set for the property
getProperty
<T> T getProperty(String name,
T def)
throws ClassCastException
- Get the value of the given property name, or return a default value if not available
The type of the returned value is determined by the given default value type.
If the type of the actual value does no match - a
ClassCastException is thrown.
- Parameters:
name - The name of the propertydef - The default retrieved in case the actual property value could not be retrieved
- Returns:
- The value of the property for this instance, or the default value
- Throws:
ClassCastException
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
default
|
EP-CON-CF
|
Copyright 2011 SAP AG Complete Copyright Notice