public static enum Spinnaker_C._spinInterfaceType extends Enum<Spinnaker_C._spinInterfaceType>
| Enum Constant and Description |
|---|
intfIBase
> IValue interface
|
intfIBoolean
> IInteger interface
|
intfICategory
> IRegister interface
|
intfICommand
> IBoolean interface
|
intfIEnumEntry
> IEnumeration interface
|
intfIEnumeration
> ICategory interface
|
intfIFloat
> ICommand interface
|
intfIInteger
> IBase interface
|
intfIPort
> IEnumEntry interface
|
intfIRegister
> IString interface
|
intfIString
> IFloat interface
|
intfIValue |
| Modifier and Type | Field and Description |
|---|---|
int |
value
> IPort interface
|
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinInterfaceType |
intern() |
String |
toString() |
static Spinnaker_C._spinInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinInterfaceType intfIValue
public static final Spinnaker_C._spinInterfaceType intfIBase
public static final Spinnaker_C._spinInterfaceType intfIInteger
public static final Spinnaker_C._spinInterfaceType intfIBoolean
public static final Spinnaker_C._spinInterfaceType intfICommand
public static final Spinnaker_C._spinInterfaceType intfIFloat
public static final Spinnaker_C._spinInterfaceType intfIString
public static final Spinnaker_C._spinInterfaceType intfIRegister
public static final Spinnaker_C._spinInterfaceType intfICategory
public static final Spinnaker_C._spinInterfaceType intfIEnumeration
public static final Spinnaker_C._spinInterfaceType intfIEnumEntry
public static final Spinnaker_C._spinInterfaceType intfIPort
public static Spinnaker_C._spinInterfaceType[] values()
for (Spinnaker_C._spinInterfaceType c : Spinnaker_C._spinInterfaceType.values()) System.out.println(c);
public static Spinnaker_C._spinInterfaceType 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._spinInterfaceType intern()
public String toString()
toString in class Enum<Spinnaker_C._spinInterfaceType>Copyright © 2020. All rights reserved.