Python scripting OLP Core - Objects

OlpCorePythonAttributeProvider

Previous  Chapter  Next

 

Methods

 

GetAttributes(): string

 

 

o

return

returns a list containing all attributes of this provider

 

Gets all attributes.

 


 

GetIntegerAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonIntegerAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

returns the first attribute with the given name, none if no matching attribute was found

 

Gets the first integer attribute with the given name.

 


 

GetDoubleAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonDoubleAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 


 

GetBoolAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonBoolAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 


 

GetLiteralAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonLiteralAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 


 

GetIntegerArrayAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonIntegerArrayAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 


 

 

GetDoubleArrayAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonDoubleArrayAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 


 

GetStringArrayAttribute(attributeName: string, bubbleUp: bool): OlpCorePythonStringArrayAttribute

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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

 

 

o

attributeName

name of the attribute

 

o

bubbleUp

bubble up the parents if possible

 

o

return

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.

 



Previous
Previous page
Chapter
Chapter page
Next
Next page