org.hibersap.annotations
Annotation Type Parameter


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Parameter

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

Author:
Carsten Erker

Required Element Summary
 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 String value
The name of the function module's parameter.

Returns:
The parameter name.

type

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

Returns:
The parameter type.
Default:
org.hibersap.annotations.ParameterType.SIMPLE


Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.