Uses of Enum Class
com.hierynomus.mssmb2.SMB2LockFlag
Packages that use SMB2LockFlag
Package
Description
-
Uses of SMB2LockFlag in com.hierynomus.mssmb2
Subclasses with type arguments of type SMB2LockFlag in com.hierynomus.mssmb2Modifier and TypeClassDescriptionenum[MS-SMB2].pdf 2.2.26.1 SMB2_LOCK_ELEMENT Structure - FlagsClasses in com.hierynomus.mssmb2 that implement interfaces with type arguments of type SMB2LockFlagModifier and TypeClassDescriptionenum[MS-SMB2].pdf 2.2.26.1 SMB2_LOCK_ELEMENT Structure - FlagsMethods in com.hierynomus.mssmb2 that return SMB2LockFlagModifier and TypeMethodDescriptionstatic SMB2LockFlagReturns the enum constant of this class with the specified name.static SMB2LockFlag[]SMB2LockFlag.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SMB2LockFlag in com.hierynomus.mssmb2.messages.submodule
Fields in com.hierynomus.mssmb2.messages.submodule with type parameters of type SMB2LockFlagModifier and TypeFieldDescriptionprivate final Set<SMB2LockFlag> SMB2LockElement.lockFlagsprivate static final List<EnumSet<SMB2LockFlag>> SMB2LockElement.VALID_FLAG_COMBINATIONSMethods in com.hierynomus.mssmb2.messages.submodule that return types with arguments of type SMB2LockFlagConstructor parameters in com.hierynomus.mssmb2.messages.submodule with type arguments of type SMB2LockFlagModifierConstructorDescriptionSMB2LockElement(long offset, long length, Set<SMB2LockFlag> lockFlags)