public enum SMFSchemaRequireVertices extends Enum<SMFSchemaRequireVertices>
| Enum Constant and Description |
|---|
SMF_VERTICES_NOT_REQUIRED
A non-zero vertex count is not required.
|
SMF_VERTICES_REQUIRED
A non-zero vertex count is required.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFSchemaRequireVertices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMFSchemaRequireVertices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMFSchemaRequireVertices SMF_VERTICES_REQUIRED
public static final SMFSchemaRequireVertices SMF_VERTICES_NOT_REQUIRED
public static SMFSchemaRequireVertices[] values()
for (SMFSchemaRequireVertices c : SMFSchemaRequireVertices.values()) System.out.println(c);
public static SMFSchemaRequireVertices 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 nullCopyright © 2017 <code@io7m.com> http://io7m.com