Determines if the data type of the attribute matches the type name passed in as a parameter.
Syntax
public boolean hasType(String typeName);
Parameters
CxObjectAttr.BOOLSTRING CxObjectAttr.DATESTRING CxObjectAttr.DOUBSTRING CxObjectAttr.FLTSTRING CxObjectAttr.INTSTRING CxObjectAttr.LONGTEXTSTRING CxObjectAttr.STRSTRING
Return values
Returns True if the attribute type matches the passed-in type name; otherwise, returns False.