| Modifier and Type | Method and Description |
|---|---|
static DistributionFlag |
DistributionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionFlag[] |
DistributionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DistributionFlag> |
DistributionFlag.parse(int number)
Parses integer to set of distribution flags via bitwise AND operation.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DistributionFlag.bitwiseOr(DistributionFlag... flags)
Converts set of distribution flags to integer number
via bitwise inclusive OR operator.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DistributionFlag.bitwiseOr(Collection<DistributionFlag> flags)
Converts set of distribution flags to integer number
via bitwise inclusive OR operator.
|
Copyright © 2018 Appulse. All rights reserved.