Version: 8.3.0
SALOMEDS::AttributeSequenceOfInteger Interface Reference

Attribute allowing to store a sequence of integer values. More...

import "SALOMEDS_Attributes.idl";

Inheritance diagram for SALOMEDS::AttributeSequenceOfInteger:

Public Member Functions

void Assign (in LongSeq other)
 Initialization of the attribute with initial data. More...
 
LongSeq CorbaSequence ()
 Returns the sequence of values stored in the attribute. More...
 
void Add (in long value)
 Adds new value to the end of the sequence. More...
 
void Remove (in long index)
 Removes an value by the specified index from the sequence stored in the attribute. More...
 
void ChangeValue (in long index, in long value)
 Sets new value to the sequence by the specified index. More...
 
long Value (in short index)
 Returns a value in the sequence specified by its index. More...
 
long Length ()
 Returns the length of the sequence stored in the attribute. More...
 
void CheckLocked () raises (LockProtection)
 Method CheckLocked. More...
 
string Type ()
 Get Type. More...
 
string GetClassType ()
 Get the class type. More...
 
SObject GetSObject ()
 Get SObject. More...
 
long long GetLocalImpl (in string theHostname, in long thePID, out boolean isLocal)
 Private method, returns an implementation of this GenericAttribute. More...
 
void Register ()
 Increase the reference count (mark as used by another object). More...
 
void UnRegister ()
 Decrease the reference count (release by another object). More...
 
void Destroy ()
 Obsolete, left for compatibility reasons only. More...
 

Detailed Description

Attribute allowing to store a sequence of integer values.

Note
The indices in the sequence start from 1.

See example4 for an example of this attribute usage in batchmode of SALOME application.

See Also
AttributeSequenceOfReal

Member Function Documentation

void SALOMEDS::AttributeSequenceOfInteger::Add ( in long  value)

Adds new value to the end of the sequence.

Parameters
valuevalue being added to the sequence
void SALOMEDS::AttributeSequenceOfInteger::Assign ( in LongSeq  other)

Initialization of the attribute with initial data.

Parameters
othersequence of values assigned to the attribute
void SALOMEDS::AttributeSequenceOfInteger::ChangeValue ( in long  index,
in long  value 
)

Sets new value to the sequence by the specified index.

Parameters
indexindex in the sequence
valuenew value being set to the sequence by specified index
void SALOMEDS::GenericAttribute::CheckLocked ( ) raises (LockProtection)
inherited

Method CheckLocked.

Checks whether the Study is protected for modifications.

Note

This exception is raised only outside a transaction.
LongSeq SALOMEDS::AttributeSequenceOfInteger::CorbaSequence ( )

Returns the sequence of values stored in the attribute.

Returns
sequence of values
void SALOME::GenericObj::Destroy ( )
inherited

Obsolete, left for compatibility reasons only.

Use UnRegister() instead.

string SALOMEDS::GenericAttribute::GetClassType ( )
inherited

Get the class type.

long long SALOMEDS::GenericAttribute::GetLocalImpl ( in string  theHostname,
in long  thePID,
out boolean  isLocal 
)
inherited

Private method, returns an implementation of this GenericAttribute.

Parameters
theHostnameis a hostname of the caller
thePIDis a process ID of the caller
isLocalis set True if the GenericAttribute is launched locally with the caller
SObject SALOMEDS::GenericAttribute::GetSObject ( )
inherited

Get SObject.

long SALOMEDS::AttributeSequenceOfInteger::Length ( )

Returns the length of the sequence stored in the attribute.

Returns
sequence length
void SALOME::GenericObj::Register ( )
inherited

Increase the reference count (mark as used by another object).

void SALOMEDS::AttributeSequenceOfInteger::Remove ( in long  index)

Removes an value by the specified index from the sequence stored in the attribute.

Parameters
indexindex of the value in the sequence to be removed
string SALOMEDS::GenericAttribute::Type ( )
inherited

Get Type.

void SALOME::GenericObj::UnRegister ( )
inherited

Decrease the reference count (release by another object).

long SALOMEDS::AttributeSequenceOfInteger::Value ( in short  index)

Returns a value in the sequence specified by its index.

Parameters
indexindex in the sequence
Returns
value specified by index