'(GOMElementType[])'
to do the same
or the non-deprecated variant of this function:
getElementTypes(String elementTypeSpec)
This function returns an array of object representations of the Element Types produced according to the specified parameter.
Parameter:
elementTypes
The array already containing theGOMElementType
objects.The returned array will also contain the same objects, however, it is guaranteed to be of
GOMElementType[]
type.Note: Any non-
GOMElementType
objects found in the initial array will be ignored.
obj
In the case of a generic parameter:
Note: When the string contains names of non-existent Element Types, the generator will raise an error.
'elementTypes'
parameter.
null
.
Returns:
A non-empty array containing the object representations of the Element Types
or null
otherwise.
${include ../../../refs/matching_ets_spec.htm}
${include ../../../refs/element_types.htm}