setAttribute
Sets a string attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The attribute string greater than one character and less than 1024 characters in length.
Sets an integer number attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The number attribute.
Sets a long number attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The number attribute.
Sets a float number attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The number attribute.
Throws
if the number is NaN or infinite.
Sets a double number attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The number attribute.
Throws
if the number is NaN or infinite.
Sets a date attribute.
Return
The AttributeEditor.
Parameters
The attribute key greater than one character and less than 1024 characters in length.
The date attribute.