Modifier and Type | Method and Description |
---|---|
JClassItem.Kind |
JClassItem.getItemKind()
Get the kind of item.
|
static JClassItem.Kind |
JClassItem.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JClassItem.Kind[] |
JClassItem.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JClassItem.Kind.in(JClassItem.Kind... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1)
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2,
JClassItem.Kind v3)
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2,
JClassItem.Kind v3,
JClassItem.Kind v4)
Determine whether this instance is equal to one of the given instances.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
JClassItem.Kind.isFull(EnumSet<JClassItem.Kind> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.