public static enum Spinnaker_C.spinNameSpace extends Enum<Spinnaker_C.spinNameSpace>
Enum Constant and Description |
---|
_UndefinedNameSpace
Object is not yet initialized
|
Custom
name resides in custom namespace
|
Standard
name resides in one of the standard namespaces
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinNameSpace |
intern() |
String |
toString() |
static Spinnaker_C.spinNameSpace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinNameSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinNameSpace Custom
public static final Spinnaker_C.spinNameSpace Standard
public static final Spinnaker_C.spinNameSpace _UndefinedNameSpace
public static Spinnaker_C.spinNameSpace[] values()
for (Spinnaker_C.spinNameSpace c : Spinnaker_C.spinNameSpace.values()) System.out.println(c);
public static Spinnaker_C.spinNameSpace 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 Spinnaker_C.spinNameSpace intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinNameSpace>
Copyright © 2024. All rights reserved.