org.ogf.saga.isn
Interface EntityData

All Superinterfaces:
Attributes, Cloneable, SagaObject

public interface EntityData
extends SagaObject, Attributes

Provides read access to the data of an entity. This class implements the org.ogf.saga.attributes.Attributes interface and offers getter methods for the user to read key/value pairs. Access to the keys and values is through the org.ogf.saga.attributes.Attributes interface. The class provides no other methods. This class has no CONSTRUCTOR, it can only be accessed via an EntityDataSet object.


Field Summary
 
Fields inherited from interface org.ogf.saga.SagaObject
NO_WAIT, WAIT_FOREVER
 
Fields inherited from interface org.ogf.saga.attributes.Attributes
BOOL, ENUM, FALSE, FLOAT, INT, STRING, TIME, TRIGGER, TRUE
 
Method Summary
 
Methods inherited from interface org.ogf.saga.SagaObject
clone, getId, getSession
 
Methods inherited from interface org.ogf.saga.attributes.Attributes
existsAttribute, findAttributes, getAttribute, getVectorAttribute, isReadOnlyAttribute, isRemovableAttribute, isVectorAttribute, isWritableAttribute, listAttributes, removeAttribute, setAttribute, setVectorAttribute
 



Copyright © 2014 Open Grid Forum. All rights reserved.