Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Package evaluate_enumerables :: Module string_attribute :: Class StringAttribute
[hide private]
[frames] | no frames]

Class StringAttribute

source code

Class to handle a string.

Instance Methods [hide private]
 
__init__(self, stringObject)
Initialize.
source code
 
__repr__(self)
Get the string representation of this StringAttribute.
source code
 
add(self, nextString)
Get the add string, same as append.
source code
 
append(self, nextString)
Get the append string.
source code
 
copy(self)
Get the copy.
source code
 
delete(self, arguments)
Get the delete string.
source code
 
get(self, itemIndex)
Get value by characterIndex
source code
 
getExpansion(self, items)
Get the concatenated copies.
source code
 
getIsIn(self, value)
Determine if the value is in.
source code
 
getIsNotIn(self, value)
Determine if the value is in.
source code
 
getLength(self)
Get the length.
source code
 
getMax(self)
Get the max.
source code
 
getMin(self)
Get the min.
source code
 
insert(self, insertIndex, value)
Get the insert string.
source code
 
keys(self)
Get the keys.
source code
 
length(self)
Get the length.
source code
 
remove(self, value)
Get the remove string.
source code
 
reverse(self)
Get the reverse string.
source code
 
set(self, itemIndex, value)
Set value.
source code
 
values(self)
Get the values.
source code