public static class BitFieldSubCommands.BitFieldSetBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BitFieldSubCommands.BitFieldSetBuilder |
forType(BitFieldSubCommands.BitFieldType type) |
BitFieldSubCommands |
to(long value)
Set the value.
|
BitFieldSubCommands.BitFieldSetBuilder |
valueAt(BitFieldSubCommands.Offset offset)
Set the bit offset.
|
BitFieldSubCommands.BitFieldSetBuilder |
valueAt(long offset)
Set the zero based bit offset.
|
public BitFieldSubCommands.BitFieldSetBuilder forType(BitFieldSubCommands.BitFieldType type)
public BitFieldSubCommands.BitFieldSetBuilder valueAt(long offset)
offset
- must not be null.public BitFieldSubCommands.BitFieldSetBuilder valueAt(BitFieldSubCommands.Offset offset)
offset
- must not be null.public BitFieldSubCommands to(long value)
value
- must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.