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 © 2024. All rights reserved.