Uses of Class
org.jboss.jdeparser.JClassItem.Kind
-
-
Uses of JClassItem.Kind in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JClassItem.Kind Modifier and Type Method Description JClassItem.Kind
JClassItem. getItemKind()
Deprecated.static JClassItem.Kind
JClassItem.Kind. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static JClassItem.Kind[]
JClassItem.Kind. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jdeparser with parameters of type JClassItem.Kind Modifier and Type Method Description boolean
JClassItem.Kind. in(JClassItem.Kind v1)
Deprecated.Determine whether this instance is equal to one of the given instances.boolean
JClassItem.Kind. in(JClassItem.Kind... values)
Deprecated.Determine whether this instance is equal to one of the given instances.boolean
JClassItem.Kind. in(JClassItem.Kind v1, JClassItem.Kind v2)
Deprecated.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)
Deprecated.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)
Deprecated.Determine whether this instance is equal to one of the given instances.Method parameters in org.jboss.jdeparser with type arguments of type JClassItem.Kind Modifier and Type Method Description static boolean
JClassItem.Kind. isFull(java.util.EnumSet<JClassItem.Kind> set)
Deprecated.Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
-