class ArrayVariable
Package: ch.actifsource.solution.datatype.generic.datatype.javamodel.ArrayVariable
Direct Known Subclasses: FieldComplex, MainDataVariable, CommonVariable, ArrayType, BaseArrayVariable, UserObjectInterfaceVariable
abstract class ArrayVariable extends Resource
Properties
arrayIndex
ArrayIndex[0..N]
Method Summary
docu_getArrayIndexStringList
@DocumentationTemplateFunction
Return:
List<StringLiteral>
getArrayIndexes
@TypeFunctionSpace
Returns list of array indexes. If field is of type string, the list is reduced by the first index (string length)
Return:
List<ArrayIndex>
getFirstArrayIndex
@TypeFunctionSpace
Return:
ArrayIndex
isArray
@TypeFunctionSpace
returns true if variable is an array or false.
Return:
BooleanLiteral