public static enum StpApi.RegulatoryRegion extends java.lang.Enum<StpApi.RegulatoryRegion> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.RegulatoryRegion
RF regulatory region.| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StpApi.RegulatoryRegion> |
internalGetValueMap() |
static StpApi.RegulatoryRegion |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.RegulatoryRegion |
valueOf(int value) |
static StpApi.RegulatoryRegion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.RegulatoryRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.RegulatoryRegion REGULATORY_REGION_FCC_PART_15_247
public static final StpApi.RegulatoryRegion REGULATORY_REGION_ETSI_EN_300_220
public static final StpApi.RegulatoryRegion REGULATORY_REGION_ETSI_EN_302_208_LBT
public static final StpApi.RegulatoryRegion REGULATORY_REGION_HONG_KONG_920_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_TAIWAN_922_928_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_JAPAN_952_954_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_JAPAN_952_954_MHZ_LOWPOWER
public static final StpApi.RegulatoryRegion REGULATORY_REGION_ETSI_EN_302_208_V1_2_1
public static final StpApi.RegulatoryRegion REGULATORY_REGION_KOREA_917_921_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_MALAYSIA_919_921_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_CHINA_920_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_JAPAN_952_956_MHZ_NO_LBT
public static final StpApi.RegulatoryRegion REGULATORY_REGION_SOUTH_AFRICA_915_919_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_BRAZIL_902_907_AND_915_928_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_THAILAND_920_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_SINGAPORE_920_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_AUSTRALIA_920_926_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_INDIA_865_867_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_URUGUAY_916_928_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_VIETNAM_920_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_ISRAEL_915_917_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_PHILIPPINES_918_920_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_INDONESIA_923_925_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_NEW_ZEALAND_921P5_928_MHZ
public static final StpApi.RegulatoryRegion REGULATORY_REGION_JAPAN_916_921_MHZ_NO_LBT
public static final StpApi.RegulatoryRegion REGULATORY_REGION_LATIN_AMERICA_902_928_MHZ
public static final int REGULATORY_REGION_FCC_PART_15_247_VALUE
public static final int REGULATORY_REGION_ETSI_EN_300_220_VALUE
public static final int REGULATORY_REGION_ETSI_EN_302_208_LBT_VALUE
public static final int REGULATORY_REGION_HONG_KONG_920_925_MHZ_VALUE
public static final int REGULATORY_REGION_TAIWAN_922_928_MHZ_VALUE
public static final int REGULATORY_REGION_JAPAN_952_954_MHZ_VALUE
public static final int REGULATORY_REGION_JAPAN_952_954_MHZ_LOWPOWER_VALUE
public static final int REGULATORY_REGION_ETSI_EN_302_208_V1_2_1_VALUE
public static final int REGULATORY_REGION_KOREA_917_921_MHZ_VALUE
public static final int REGULATORY_REGION_MALAYSIA_919_921_MHZ_VALUE
public static final int REGULATORY_REGION_CHINA_920_925_MHZ_VALUE
public static final int REGULATORY_REGION_JAPAN_952_956_MHZ_NO_LBT_VALUE
public static final int REGULATORY_REGION_SOUTH_AFRICA_915_919_MHZ_VALUE
public static final int REGULATORY_REGION_BRAZIL_902_907_AND_915_928_MHZ_VALUE
public static final int REGULATORY_REGION_THAILAND_920_925_MHZ_VALUE
public static final int REGULATORY_REGION_SINGAPORE_920_925_MHZ_VALUE
public static final int REGULATORY_REGION_AUSTRALIA_920_926_MHZ_VALUE
public static final int REGULATORY_REGION_INDIA_865_867_MHZ_VALUE
public static final int REGULATORY_REGION_URUGUAY_916_928_MHZ_VALUE
public static final int REGULATORY_REGION_VIETNAM_920_925_MHZ_VALUE
public static final int REGULATORY_REGION_ISRAEL_915_917_MHZ_VALUE
public static final int REGULATORY_REGION_PHILIPPINES_918_920_MHZ_VALUE
public static final int REGULATORY_REGION_INDONESIA_923_925_MHZ_VALUE
public static final int REGULATORY_REGION_NEW_ZEALAND_921P5_928_MHZ_VALUE
public static final int REGULATORY_REGION_JAPAN_916_921_MHZ_NO_LBT_VALUE
public static final int REGULATORY_REGION_LATIN_AMERICA_902_928_MHZ_VALUE
public static StpApi.RegulatoryRegion[] values()
for (StpApi.RegulatoryRegion c : StpApi.RegulatoryRegion.values()) System.out.println(c);
public static StpApi.RegulatoryRegion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static StpApi.RegulatoryRegion valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.RegulatoryRegion> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StpApi.RegulatoryRegion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)