Package | Description |
---|---|
org.netbeans.api.java.queries |
Java-specific queries.
|
org.netbeans.spi.java.queries |
Implementations of Java-related queries.
|
Modifier and Type | Method and Description |
---|---|
static SourceLevelQuery.Profile |
SourceLevelQuery.Profile.forName(String profileName)
Returns the
SourceLevelQuery.Profile for given profile name. |
SourceLevelQuery.Profile |
SourceLevelQuery.Result.getProfile()
Returns the required profile.
|
static SourceLevelQuery.Profile |
SourceLevelQuery.Profile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLevelQuery.Profile[] |
SourceLevelQuery.Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceLevelQuery.Profile |
SourceLevelQueryImplementation2.Result2.getProfile()
Returns the required profile.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.