public enum ListCCN extends Enum<ListCCN>
Used in AntHardware
Enum Constant and Description |
---|
MC |
MICRO_COAXIAL |
MICRO_MINIATURE_COAXIAL |
MMX |
NEILL_CONCELMAN_BAYONET |
NEILL_CONCELMAN_THREADED |
OTHER |
SUB_MINIATURE_VERSION_A |
SUB_MINIATURE_VERSION_B |
SUB_MINIATURE_VERSION_C |
TYPE_N |
Modifier and Type | Method and Description |
---|---|
static ListCCN |
fromValue(String v) |
String |
value() |
static ListCCN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCCN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCCN MC
public static final ListCCN MICRO_COAXIAL
public static final ListCCN MICRO_MINIATURE_COAXIAL
public static final ListCCN MMX
public static final ListCCN NEILL_CONCELMAN_BAYONET
public static final ListCCN NEILL_CONCELMAN_THREADED
public static final ListCCN SUB_MINIATURE_VERSION_A
public static final ListCCN SUB_MINIATURE_VERSION_B
public static final ListCCN SUB_MINIATURE_VERSION_C
public static final ListCCN TYPE_N
public static final ListCCN OTHER
public static ListCCN[] values()
for (ListCCN c : ListCCN.values()) System.out.println(c);
public static ListCCN 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 value()
Copyright © 2016 OpenSSRF.org. All rights reserved.