Uses of Enum Class
pt.unl.fct.di.novasys.babel.protocols.storage.datatypes.ReplicatedStructuresOperations.ReplicatedDataTypes
Packages that use ReplicatedStructuresOperations.ReplicatedDataTypes
Package
Description
-
Uses of ReplicatedStructuresOperations.ReplicatedDataTypes in pt.unl.fct.di.novasys.babel.protocols.storage.datatypes
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.datatypes that return ReplicatedStructuresOperations.ReplicatedDataTypesModifier and TypeMethodDescriptionReplicatedStructuresOperations.getDataType()Gets the replicated data type associated with the operation.Returns the enum constant of this class with the specified name.ReplicatedStructuresOperations.ReplicatedDataTypes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReplicatedStructuresOperations.ReplicatedDataTypes in pt.unl.fct.di.novasys.babel.protocols.storage.operations
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.operations that return ReplicatedStructuresOperations.ReplicatedDataTypesModifier and TypeMethodDescriptionReplicatedCreateStructOperation.getDataType()Gets the type of the replicated data structure.Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.operations with parameters of type ReplicatedStructuresOperations.ReplicatedDataTypesModifierConstructorDescriptionReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType) Creates a replicated create operation, with the operation type and the type of data structure.ReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType, Object initialValue, String objectID) Creates a replicated create operation, with the operation type, the type of data structure, the object identifier and an initial value.ReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType, String objectID) Creates a replicated create operation, with the operation type, the type of data structure and the object identifier.