public class CommunicationsStandard extends UnsignedShort implements LLRPEnumeration
| Modifier and Type | Field and Description |
|---|---|
static int |
Australia_LIPD_1W |
static int |
Australia_LIPD_4W |
static int |
ETSI_300_220 |
static int |
ETSI_302_208 |
static int |
Hong_Kong_OFTA_1049 |
static int |
Japan_ARIB_STD_T89 |
static int |
Korea_MIC_Article_5_2 |
static int |
Taiwan_DGT_LP0002 |
static int |
Unspecified |
static int |
US_FCC_Part_15 |
valuesigned| Constructor and Description |
|---|
CommunicationsStandard() |
CommunicationsStandard(org.jdom.Element element)
Create new CommunicationsStandard by passing jdom element.
|
CommunicationsStandard(int value)
Create new CommunicationsStandard by passing integer value.
|
CommunicationsStandard(LLRPBitList list)
Create new CommunicationsStandard by passing LLRPBitList.
|
CommunicationsStandard(LLRPBitList list,
int bitIndex,
int length)
Create new CommunicationsStandard by passing LLRPBitList.
|
CommunicationsStandard(java.lang.String name)
Create new CommunicationsStandard by passing a string.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
java.lang.String |
getName(int value)
get name of a value
if no name can be found for given value
return empty string.
|
int |
getValue(java.lang.String name)
get value of a name representing a value
if no value can be found, return -1.
|
boolean |
isValidName(java.lang.String name)
check if the name stands for an allowed value
of this enumeration.
|
boolean |
isValidValue(int value)
check if a value is allowed for an enumeration.
|
static int |
length()
number of bits used to represent this type.
|
void |
set(int value)
set the current value of this enumeration to the
value given.
|
void |
set(java.lang.String name)
set the current value of this enumeration to the
value identified by given string.
|
java.lang.String |
toString()
String representation
|
decodeBinary, decodeXML, encodeBinary, inRange, inRange, intValue, toInteger, toShort, toStringequals, hashCodetoXMLStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitintValuepublic static final int Unspecified
public static final int US_FCC_Part_15
public static final int ETSI_302_208
public static final int ETSI_300_220
public static final int Australia_LIPD_1W
public static final int Australia_LIPD_4W
public static final int Japan_ARIB_STD_T89
public static final int Hong_Kong_OFTA_1049
public static final int Taiwan_DGT_LP0002
public static final int Korea_MIC_Article_5_2
public CommunicationsStandard()
public CommunicationsStandard(int value)
value - an Integer value allowed - might check first
with isValidValue it it is an allowed valuejava.lang.IllegalArgumentException - if the value is not allowed for this enumerationpublic CommunicationsStandard(org.jdom.Element element)
element - - jdom element where the child is a string
that is the name for a value of the enumeration.java.lang.IllegalArgumentException - if the value found in element is not allowed
for this enumeration.public CommunicationsStandard(java.lang.String name)
java.lang.IllegalArgumentException - if the string does not stand for a valid value.public CommunicationsStandard(LLRPBitList list, int bitIndex, int length)
list - to be decodedbitIndex - the bit at which to start decodinglength - the number of bits to decodepublic CommunicationsStandard(LLRPBitList list)
list - - LLRPBitListjava.lang.IllegalArgumentException - if the value found in the BitList is not allowed
for this enumeration.public final void set(java.lang.String name)
set in interface LLRPEnumerationname - set this enumeration to hold one of the allowed valuesjava.lang.IllegalArgumentException - if the value found for given String is not allowed
for this enumeration.public final void set(int value)
set in interface LLRPEnumerationvalue - to be setjava.lang.IllegalArgumentException - if the value is not allowed
for this enumeration.public org.jdom.Content encodeXML(java.lang.String name,
org.jdom.Namespace ns)
encodeXML in class UnsignedShortname - returned content should havens - Namespace of elementspublic java.lang.String toString()
toString in interface LLRPEnumerationtoString in class LLRPNumberTypepublic boolean isValidValue(int value)
isValidValue in interface LLRPEnumerationvalue - to setpublic final int getValue(java.lang.String name)
getValue in interface LLRPEnumerationname - for valuepublic final java.lang.String getName(int value)
getName in interface LLRPEnumerationvalue - of namepublic boolean isValidName(java.lang.String name)
isValidName in interface LLRPEnumerationname - to checkpublic static int length()
Copyright © 2007 ETH Zurich.