SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.functions
Interface IInteractionProperty


public interface IInteractionProperty

IInteractionProperty provides an interface for defining certain interaction properties for the interactionSpec.

Version:
1.0

Method Summary
 java.lang.Object getDefaultValue()
          Returns the default values for this interaction property.
 boolean getIsMandatory()
          returns whether the property is mandatory
 IPrimitive getMetadata()
          returns the type of the property and its metadata
 java.util.Set getValidValues()
          Returns a set of valid values for this Interaction property.
 

Method Detail

getIsMandatory

public boolean getIsMandatory()
returns whether the property is mandatory
Returns:
boolean whether the property is mandatory

getMetadata

public IPrimitive getMetadata()
returns the type of the property and its metadata
Returns:
IPrimitive
See Also:
IPrimitive

getValidValues

public java.util.Set getValidValues()
Returns a set of valid values for this Interaction property.
Returns:
Set - the set of valid values for this Interaction property.

getDefaultValue

public java.lang.Object getDefaultValue()
Returns the default values for this interaction property.
Returns:
Object The default values for this connection property.

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.