Class RecordTokentype
Object
|
+--RecordTokentype
- class
RecordTokentype
Creates a new RecordTokentype object.
Defined in RecordTokentype.js
|
Method Summary |
function
|
addAttribute(name, type)
Adds a new Attribute to this RecordTokentype object.
|
function
|
listAttributes()
Lists all available attributes.
|
<static> function
|
add(net, name)
Adds a new empty RekordTokentype to the specified net.
|
RecordTokentype
function RecordTokentype(javaObject)
Parameters:
javaObject - The java object to encapsulate.
addAttribute
function addAttribute(name, type)
Adds a new Attribute to this RecordTokentype object.
Parameters:
name - The name of the attribute.
type - The type of the attribute.
listAttributes
function listAttributes()
Lists all available attributes.
add
<static> function add(net, name)
Adds a new empty RekordTokentype to the specified net.
Parameters:
net - The net to create the RecordTokentype in.
name - The name of the new RecordTokentype.
Returns:
The new RecordTokentype object.