ContentsIndexHome
IElement Members Public Properties
Public Properties
 
Name 
Description 
 
The integer label of this IElement. Does only apply to IElements associated with subsets of Integers.  
 
The string label of this IElement. Does only apply to IElements not associated with subsets of Integers.  
 
Position in the set associated with this IElement to this IElement. A RuntimeException is raised if assigning an ordinal position that does not exist in the set.  
 
Indicates whether this IElement is read only. Read only IElements cannot be set to another value or closed. This occurs e.g. when querying the IElement associated with a certain position in an IDataView object. The returned IElement object cannot be assigned a value, because that value should be assigned to the IDataView object instead.