| Package | Description |
|---|---|
| org.wildfly.common.format |
| Modifier and Type | Method | Description |
|---|---|---|
protected GeneralFlag |
GeneralFlags.castItemOrNull(java.lang.Object obj) |
|
protected GeneralFlag |
GeneralFlags.itemOf(int index) |
|
static GeneralFlag |
GeneralFlag.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GeneralFlag[] |
GeneralFlag.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static GeneralFlags |
GeneralFlags.of(GeneralFlag flag) |
|
static GeneralFlags |
GeneralFlags.of(GeneralFlag flag1,
GeneralFlag flag2) |
|
static GeneralFlags |
GeneralFlags.of(GeneralFlag flag1,
GeneralFlag flag2,
GeneralFlag flag3) |
Copyright © 2018 JBoss, a division of Red Hat, Inc.