Package net.officefloor.plugin.variable
Class VariableAnnotation
java.lang.Object
net.officefloor.plugin.variable.VariableAnnotation
Annotation for
Var.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringextractPossibleVariableName(ManagedFunctionObjectType<?> objectType) Extracts the possible variable name.Obtains the name of theVar.Obtains the type of theVar.
-
Constructor Details
-
Method Details
-
extractPossibleVariableName
Extracts the possible variable name.- Parameters:
objectType-ManagedFunctionObjectType.- Returns:
- Variable name or
nullif not a variable.
-
getVariableName
Obtains the name of theVar.- Returns:
- Name of the
Var.
-
getVariableType
Obtains the type of theVar.- Returns:
- Type of the
Var.
-