|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ClassIndex.NameKind>
org.netbeans.api.java.source.ClassIndex.NameKind
public static enum ClassIndex.NameKind
Encodes a type of the name kind used by
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set
method.
Method Summary | |
---|---|
static ClassIndex.NameKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClassIndex.NameKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ClassIndex.NameKind SIMPLE_NAME
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is an exact simple name of the package or declared type.
public static final ClassIndex.NameKind PREFIX
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is an case sensitive prefix of the package or declared type name.
public static final ClassIndex.NameKind CASE_INSENSITIVE_PREFIX
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is
an case insensitive prefix of the declared type name.
public static final ClassIndex.NameKind CAMEL_CASE
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is
an camel case of the declared type name.
public static final ClassIndex.NameKind REGEXP
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is
an regular expression of the declared type name.
public static final ClassIndex.NameKind CASE_INSENSITIVE_REGEXP
ClassIndex.getDeclaredTypes(java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set)
is
an case insensitive regular expression of the declared type name.
Method Detail |
---|
public static final ClassIndex.NameKind[] values()
for(ClassIndex.NameKind c : ClassIndex.NameKind.values()) System.out.println(c);
public static ClassIndex.NameKind valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |