static final enum PropertyUtils.Path extends Enum<E<E>>
Modifiers | Name | Description |
---|---|---|
static PropertyUtils.Path |
GLOBAL |
|
static PropertyUtils.Path |
GLOBAL_OWNER |
|
static PropertyUtils.Path |
GLOBAL_PROJECT |
|
static PropertyUtils.Path |
GLOBAL_PROJECT_OWNER |
|
static PropertyUtils.Path |
MAX_VALUE |
|
static PropertyUtils.Path |
MIN_VALUE |
|
static PropertyUtils.Path |
OWNER |
|
static PropertyUtils.Path |
PROJECT |
|
static PropertyUtils.Path |
PROJECT_OWNER |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isGlobal() |
|
boolean |
isOwner() |
|
boolean |
isProject() |
|
PropertyUtils.Path |
next() |
|
PropertyUtils.Path |
previous() |
|
static PropertyUtils.Path |
valueOf(String name) |
|
static final PropertyUtils.Path[] |
values() |