public enum RegistrationAttributeType extends java.lang.Enum<RegistrationAttributeType>
| Enum Constant and Description |
|---|
CODE_LOCATION_BYTES_LIMIT |
CODE_LOCATION_LIMIT |
CODEBASE_MANAGED_LINES_OF_CODE |
CUSTOM_PROJECT_LIMIT |
INDEXED_LINES_OF_CODE |
MANAGED_CODEBASE_BYTES_NEW |
PROJECT_RELEASE_LIMIT |
USER_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static RegistrationAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistrationAttributeType CODEBASE_MANAGED_LINES_OF_CODE
public static final RegistrationAttributeType CODE_LOCATION_BYTES_LIMIT
public static final RegistrationAttributeType CODE_LOCATION_LIMIT
public static final RegistrationAttributeType CUSTOM_PROJECT_LIMIT
public static final RegistrationAttributeType INDEXED_LINES_OF_CODE
public static final RegistrationAttributeType MANAGED_CODEBASE_BYTES_NEW
public static final RegistrationAttributeType PROJECT_RELEASE_LIMIT
public static final RegistrationAttributeType USER_LIMIT
public static RegistrationAttributeType[] values()
for (RegistrationAttributeType c : RegistrationAttributeType.values()) System.out.println(c);
public static RegistrationAttributeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()