GData.Generator¶
- Subclasses:
None
Methods¶
- Inherited:
GData.Parsable (5), GObject.Object (37), GData.Comparable (1)
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
GData.Parsable (9), GObject.Object (7), GData.Comparable (1)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
A human-readable name for the generating agent. |
||
r |
An IRI reference that is relevant to the agent. |
||
r |
Indicates the version of the generating agent. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class GData.Generator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.Generatorstructure are private and should never be accessed directly.- get_name()¶
-
Gets the
GData.Generator:nameproperty. The name will beNoneor non-empty.New in version 0.4.0.
- get_uri()¶
-
Gets the
GData.Generator:uriproperty. The URI will beNoneor non-empty.New in version 0.4.0.
- get_version()¶
-
Gets the
GData.Generator:versionproperty.New in version 0.4.0.
Property Details¶
- GData.Generator.props.name¶
-
A human-readable name for the generating agent.
For more information, see the
New in version 0.4.0.
- GData.Generator.props.uri¶
-
An IRI reference that is relevant to the agent.
For more information, see the
New in version 0.4.0.
- GData.Generator.props.version¶
-
Indicates the version of the generating agent.
For more information, see the
New in version 0.4.0.