Uses of Enum Class
org.irods.irods4j.high_level.metadata.IRODSMetadata.AtomicOperation
Packages that use IRODSMetadata.AtomicOperation
-
Uses of IRODSMetadata.AtomicOperation in org.irods.irods4j.high_level.metadata
Methods in org.irods.irods4j.high_level.metadata that return IRODSMetadata.AtomicOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IRODSMetadata.AtomicOperation[]IRODSMetadata.AtomicOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.irods.irods4j.high_level.metadata with parameters of type IRODSMetadata.AtomicOperationModifierConstructorDescriptionAtomicMetadataOperation(IRODSMetadata.AtomicOperation op, String attrName, String attrValue) Initializes a instance without attribute units.AtomicMetadataOperation(IRODSMetadata.AtomicOperation op, String attrName, String attrValue, String attrUnits) Initializes an instance with attribute units.