public enum ProjectsManagerScope extends java.lang.Enum<ProjectsManagerScope>
| Enum Constant and Description |
|---|
NOT_APPLICABLE
Escopo de projeto público.
|
PRIVATE
Escopo de projeto privado.
|
PUBLIC
Escopo de projeto público.
|
SHARED
Escopo de projeto compartilhado.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
javax.swing.ImageIcon |
getIcon()
Imagem do escopo.
|
java.lang.String |
getTitle()
Consulta uma string que sirva de título para o tipo de escopo
|
static ProjectsManagerScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectsManagerScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectsManagerScope NOT_APPLICABLE
public static final ProjectsManagerScope PUBLIC
public static final ProjectsManagerScope PRIVATE
public static final ProjectsManagerScope SHARED
public static ProjectsManagerScope[] values()
for (ProjectsManagerScope c : ProjectsManagerScope.values()) System.out.println(c);
public static ProjectsManagerScope 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 final javax.swing.ImageIcon getIcon()
public java.lang.String getDescription()
public final java.lang.String getTitle()
Copyright © 2015. All Rights Reserved.