public static enum NumbersInfo.ConfItem extends Enum<NumbersInfo.ConfItem>
| Enum Constant and Description |
|---|
ACCOUNT_POLICY |
ANY_TYPE |
NOTIFICATION |
PASSWORD_POLICY |
RESOURCE |
ROLE |
SECURITY_QUESTION |
SYNC_TASK |
VIR_SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
int |
getScore() |
static NumbersInfo.ConfItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumbersInfo.ConfItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumbersInfo.ConfItem RESOURCE
public static final NumbersInfo.ConfItem ACCOUNT_POLICY
public static final NumbersInfo.ConfItem PASSWORD_POLICY
public static final NumbersInfo.ConfItem NOTIFICATION
public static final NumbersInfo.ConfItem SYNC_TASK
public static final NumbersInfo.ConfItem VIR_SCHEMA
public static final NumbersInfo.ConfItem ANY_TYPE
public static final NumbersInfo.ConfItem SECURITY_QUESTION
public static final NumbersInfo.ConfItem ROLE
public static NumbersInfo.ConfItem[] values()
for (NumbersInfo.ConfItem c : NumbersInfo.ConfItem.values()) System.out.println(c);
public static NumbersInfo.ConfItem valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getScore()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.