domEntry::domParam Class Reference
#include <domEntry.h>
Inheritance diagram for domEntry::domParam:
Detailed Description
The entry element may contain zero or more param elements.In the scope of the entry element, the param element must have the qualifier attribute. The value of the qualifier attribute depends on the technique profile in scope. Also the param element may not have the flow attribute.
Public Member Functions | |
xsID | getId () const |
Gets the id attribute. | |
void | setId (xsID atId) |
Sets the id attribute. | |
xsNCName | getName () const |
Gets the name attribute. | |
void | setName (xsNCName atName) |
Sets the name attribute. | |
xsNMTOKEN | getQualifier () const |
Gets the qualifier attribute. | |
void | setQualifier (xsNMTOKEN atQualifier) |
Sets the qualifier attribute. | |
xsToken | getSemantic () const |
Gets the semantic attribute. | |
void | setSemantic (xsToken atSemantic) |
Sets the semantic attribute. | |
xsNMTOKEN | getType () const |
Gets the type attribute. | |
void | setType (xsNMTOKEN atType) |
Sets the type attribute. | |
xsString | getValue () const |
Gets the value of this element. | |
void | setValue (xsString val) |
Sets the _value of this element. | |
Static Public Member Functions | |
static daeElementRef | create (daeInt bytes) |
Creates an instance of this class and returns a daeElementRef referencing it. | |
static daeMetaElement * | registerElement () |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. | |
Static Public Attributes | |
static daeMetaElement * | _Meta = NULL |
The daeMetaElement that describes this element in the meta object reflection framework. | |
Protected Member Functions | |
domParam () | |
Constructor. | |
virtual | ~domParam () |
Destructor. | |
domParam (const domParam &cpy) | |
Copy Constructor. | |
virtual domParam & | operator= (const domParam &cpy) |
Overloaded assignment operator. | |
Protected Attributes | |
xsID | attrId |
The id attribute is a text string containing the unique identifier of the param element. | |
xsNCName | attrName |
The name attribute is the text string name of this element. | |
xsNMTOKEN | attrQualifier |
xsToken | attrSemantic |
The semantic attribute is the user-defined meaning of the parameter. | |
xsNMTOKEN | attrType |
The type attribute indicates the type of the value data. | |
xsString | _value |
The xsString value of the text data of this element. |
Member Function Documentation
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
Gets the id attribute.
|
|
Gets the name attribute.
|
|
Gets the qualifier attribute.
|
|
Gets the semantic attribute.
|
|
Gets the type attribute.
|
|
Gets the value of this element.
|
|
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
|
|
Sets the id attribute.
|
|
Sets the name attribute.
|
|
Sets the qualifier attribute.
|
|
Sets the semantic attribute.
|
|
Sets the type attribute.
|
|
Sets the _value of this element.
|
Member Data Documentation
|
The id attribute is a text string containing the unique identifier of the param element. This value must be unique within the instance document. Optional attribute. |
|
The name attribute is the text string name of this element. Optional attribute. |
|
The semantic attribute is the user-defined meaning of the parameter. Optional attribute. |
|
The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domEntry.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domEntry.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:10 2006 for COLLADA 1.4 DOM by 1.4.3