•
|
GetAttributes(): string
|
|
|
returns a list containing all attributes of this provider
|
Gets all attributes.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first attribute with the given name, none if no matching attribute was found
|
Gets the first integer attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first double attribute with the given name, none if no matching attribute was found
|
Gets the first double attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first bool attribute with the given name, none if no matching attribute was found
|
Gets the first bool attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first literal attribute with the given name, none if no matching attribute was found
|
Gets the first bool attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first int arrray attribute with the given name, none if no matching attribute was found
|
Gets the first integer array attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first attribute with the given name, none if no matching attribute was found
|
Gets the first double array attribute with the given name.
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the first attribute with the given name, none if no matching attribute was found
|
Gets the first string array attribute with the given name.
•
|
GetInteger(attributeName: string, bubbleUp: bool): int
|
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the avlue ofthe first attribute with the given name, none if no matching attribute was found
|
Gets the value of the first integer attribute with the given name.
•
|
GetDouble(attributeName: string, bubbleUp: bool): double
|
|
|
name of the attribute
|
|
|
bubble up the parents if possible
|
|
|
returns the avlue ofthe first attribute with the given name, none if no matching attribute was found
|
Gets the value of the first double attribute with the given name.
|