public enum ProjectAttribute extends Enum<ProjectAttribute>
| Enum Constant and Description |
|---|
CREATION_DATE
Nome do atributo que informa a data de criação do projeto
|
FRAME_CONFIG
Configuração dos frames.
|
LOCKING_AREA_SIZE
Tamanho da área reservada para o projeto.
|
SERVER_NAME
Nome do servidor que criou o determinado projeto.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeKey()
Retorna a chave do atributo.
|
static ProjectAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectAttribute LOCKING_AREA_SIZE
public static final ProjectAttribute FRAME_CONFIG
public static final ProjectAttribute CREATION_DATE
public static final ProjectAttribute SERVER_NAME
public static ProjectAttribute[] values()
for (ProjectAttribute c : ProjectAttribute.values()) System.out.println(c);
public static ProjectAttribute 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 String getAttributeKey()
Copyright © 2019. All rights reserved.