Class Attribute

Object
   |
   +--Attribute

class Attribute

Creates a new Attribute object. May be useful later. At the moment, this JavaScript object does not provide any additional functionality.

Defined in Attribute.js


Constructor Summary
Attribute (javaObject)
           
 
Method Summary
 function toString()
           Returns the String representation of the internal java object.

Constructor Detail

Attribute

function Attribute(javaObject)
Method Detail

toString

function toString()