org.hibersap.annotations
Annotation Type Parameter


@Retention(value=RUNTIME)
public @interface Parameter

Maps the Java field to a parameter of the remote function module's interface.

Author:
Carsten Erker

Required Element Summary
 java.lang.String value
          The name of the function module's parameter.
 
Optional Element Summary
 ParameterType type
          The type of the parameter, either SIMPLE for scalar types or STRUCTURE for complex types.
 

Element Detail

value

public abstract java.lang.String value
The name of the function module's parameter.

type

public abstract ParameterType type
The type of the parameter, either SIMPLE for scalar types or STRUCTURE for complex types.

Default:
org.hibersap.annotations.ParameterType.SIMPLE


Copyright © 2009 Akquinet Tech@Spree GmbH. All Rights Reserved.