Uses of Enum Class
dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Packages that use UnixFSTransactionCommandInstruction
-
Uses of UnixFSTransactionCommandInstruction in dev.getelements.elements.rt.transact.unix
Fields in dev.getelements.elements.rt.transact.unix with type parameters of type UnixFSTransactionCommandInstructionModifier and TypeFieldDescriptionfinal javolution.io.Struct.Enum16<UnixFSTransactionCommandInstruction> UnixFSTransactionCommandHeader.instructionThe instruction to execute.Methods in dev.getelements.elements.rt.transact.unix that return UnixFSTransactionCommandInstructionModifier and TypeMethodDescriptionUnixFSTransactionCommand.getInstruction()Gets the instruction.Returns the enum constant of this class with the specified name.static UnixFSTransactionCommandInstruction[]UnixFSTransactionCommandInstruction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSTransactionCommandInstructionModifier and TypeMethodDescriptionUnixFSTransactionCommand.Builder.withInstruction(UnixFSTransactionCommandInstruction instruction) Specifies theUnixFSTransactionCommandInstructionto execute.