public static enum Material.ClazzMaterialStatus extends Enum<Material.ClazzMaterialStatus>
| Enum Constant and Description |
|---|
ASSIGNED |
DONT_ASSIGNED |
PUBLISHED |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
static Material.ClazzMaterialStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Material.ClazzMaterialStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Material.ClazzMaterialStatus PUBLISHED
public static final Material.ClazzMaterialStatus DONT_ASSIGNED
public static final Material.ClazzMaterialStatus ASSIGNED
public static Material.ClazzMaterialStatus[] values()
for (Material.ClazzMaterialStatus c : Material.ClazzMaterialStatus.values()) System.out.println(c);
public static Material.ClazzMaterialStatus 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 getFullName()
Copyright © 2005–2018 The OpenURP Software. All rights reserved.