TeaObjectType
This is a type available in the module tea. TeaObjectType is a type of TeaObject.
Properties
| Property | Returns |
|---|---|
| type | {String} - Fully qualified type name that is
<agent identifier>:<agent version>:type name.
|
| name | {String} - Name of the type. |
| concept | {String} - The kind of concept this type represents. |
| desc | {String} - A detailed description of the type. |
| operations | {Array.<TeaOperation>} – An array of operations. |
| references | {Array.<TeaReference>} – An array of references. |
Methods
| Name of the Method | Parameters | Returns |
|---|---|---|
| getOperation | name - {String} : Name of the attribute. | {TeaOperation} : Operation with the given name. |
| getReference | name - {String} : Name of the reference. | {TeaReference} : Reference with the given name. |