@Target(value={}) @Retention(value=RUNTIME) @Documented public static @interface OperatorInfo.Parameter
| Modifier and Type | Required Element and Description | 
|---|---|
| String | nameThe parameter name. | 
| int | positionThe factory parameter position. | 
| Class<?> | typeThe parameter type. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | typeVariableThe type variable name of the target data model. | 
public abstract String name
public abstract Class<?> type
public abstract String typeVariable
type() represents data model type; then
 this represents its type argument.
 If this parameter does not represents data model type, this must be an empty string.Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.