public class C1G2UHFRFModeTableEntry extends TLVParameter
Modifier and Type | Field and Description |
---|---|
protected UnsignedInteger |
bDRValue |
protected C1G2DRValue |
dRValue |
protected Bit |
ePCHAGTCConformance |
protected C1G2ForwardLinkModulation |
forwardLinkModulation |
protected UnsignedInteger |
maxTariValue |
protected UnsignedInteger |
minTariValue |
protected UnsignedInteger |
modeIdentifier |
protected C1G2MValue |
mValue |
protected UnsignedInteger |
pIEValue |
protected BitList |
reserved0 |
protected C1G2SpectralMaskIndicator |
spectralMaskIndicator |
protected UnsignedInteger |
stepTariValue |
static SignedShort |
TYPENUM |
RESERVEDLENGTH, TYPENUMBERLENGTH
bitLength
Constructor and Description |
---|
C1G2UHFRFModeTableEntry()
empty constructor to create new parameter.
|
C1G2UHFRFModeTableEntry(org.jdom.Element element)
Constructor to create parameter from xml encoded parameter
calls decodeXML to decode parameter.
|
C1G2UHFRFModeTableEntry(LLRPBitList list)
Constructor to create parameter from binary encoded parameter
calls decodeBinary to decode parameter.
|
C1G2UHFRFModeTableEntry(LLRPBitList list,
int bitIndex,
int length)
Constructor to create parameter from binary encoded parameter
calls decodeBinary to decode parameter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
decodeBinarySpecific(LLRPBitList binary)
decoding function to be implemented by each parameter
|
void |
decodeXML(org.jdom.Element element)
create objects from xml.
|
LLRPBitList |
encodeBinarySpecific()
protected method to force subclasses to implement their specific encoding
|
org.jdom.Content |
encodeXML(java.lang.String name,
org.jdom.Namespace ns)
create xml representation of this parameter.
|
UnsignedInteger |
getBDRValue()
get bDRValue of type UnsignedInteger.
|
C1G2DRValue |
getDRValue()
get dRValue of type C1G2DRValue.
|
Bit |
getEPCHAGTCConformance()
get ePCHAGTCConformance of type Bit.
|
C1G2ForwardLinkModulation |
getForwardLinkModulation()
get forwardLinkModulation of type C1G2ForwardLinkModulation.
|
UnsignedInteger |
getMaxTariValue()
get maxTariValue of type UnsignedInteger.
|
UnsignedInteger |
getMinTariValue()
get minTariValue of type UnsignedInteger.
|
UnsignedInteger |
getModeIdentifier()
get modeIdentifier of type UnsignedInteger.
|
C1G2MValue |
getMValue()
get mValue of type C1G2MValue.
|
java.lang.String |
getName()
name of parameter (same as class name)
|
UnsignedInteger |
getPIEValue()
get pIEValue of type UnsignedInteger.
|
C1G2SpectralMaskIndicator |
getSpectralMaskIndicator()
get spectralMaskIndicator of type C1G2SpectralMaskIndicator.
|
UnsignedInteger |
getStepTariValue()
get stepTariValue of type UnsignedInteger.
|
SignedShort |
getTypeNum()
type number uniquely identifies a parameter.
|
static java.lang.Integer |
length()
For TLV Parameter length can not be determined at compile time.
|
void |
setBDRValue(UnsignedInteger bDRValue)
set bDRValue of type UnsignedInteger .
|
void |
setDRValue(C1G2DRValue dRValue)
set dRValue of type C1G2DRValue .
|
void |
setEPCHAGTCConformance(Bit ePCHAGTCConformance)
set ePCHAGTCConformance of type Bit .
|
void |
setForwardLinkModulation(C1G2ForwardLinkModulation forwardLinkModulation)
set forwardLinkModulation of type C1G2ForwardLinkModulation .
|
void |
setMaxTariValue(UnsignedInteger maxTariValue)
set maxTariValue of type UnsignedInteger .
|
void |
setMinTariValue(UnsignedInteger minTariValue)
set minTariValue of type UnsignedInteger .
|
void |
setModeIdentifier(UnsignedInteger modeIdentifier)
set modeIdentifier of type UnsignedInteger .
|
void |
setMValue(C1G2MValue mValue)
set mValue of type C1G2MValue .
|
void |
setPIEValue(UnsignedInteger pIEValue)
set pIEValue of type UnsignedInteger .
|
void |
setSpectralMaskIndicator(C1G2SpectralMaskIndicator spectralMaskIndicator)
set spectralMaskIndicator of type C1G2SpectralMaskIndicator .
|
void |
setStepTariValue(UnsignedInteger stepTariValue)
set stepTariValue of type UnsignedInteger .
|
java.lang.String |
toString()
return string representation.
|
decodeBinary, encodeBinary
getByteLength
public static final SignedShort TYPENUM
protected UnsignedInteger modeIdentifier
protected C1G2DRValue dRValue
protected Bit ePCHAGTCConformance
protected BitList reserved0
protected C1G2MValue mValue
protected C1G2ForwardLinkModulation forwardLinkModulation
protected C1G2SpectralMaskIndicator spectralMaskIndicator
protected UnsignedInteger bDRValue
protected UnsignedInteger pIEValue
protected UnsignedInteger minTariValue
protected UnsignedInteger maxTariValue
protected UnsignedInteger stepTariValue
public C1G2UHFRFModeTableEntry()
public C1G2UHFRFModeTableEntry(LLRPBitList list)
list
- to be decodedpublic C1G2UHFRFModeTableEntry(LLRPBitList list, int bitIndex, int length)
list
- to be decodedbitIndex
- the bit at which to start decodinglength
- the number of bits to decodepublic C1G2UHFRFModeTableEntry(org.jdom.Element element) throws InvalidLLRPMessageException
element
- to be decodedInvalidLLRPMessageException
public LLRPBitList encodeBinarySpecific()
encodeBinarySpecific
in class TLVParameter
public org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
encodeXML
in class LLRPParameter
name
- of elementns
- Namespace of elementsprotected void decodeBinarySpecific(LLRPBitList binary)
decodeBinarySpecific
in class TLVParameter
binary
- binary representation of the parameterpublic void decodeXML(org.jdom.Element element) throws InvalidLLRPMessageException
decodeXML
in class LLRPParameter
element
- to be decodedInvalidLLRPMessageException
public void setModeIdentifier(UnsignedInteger modeIdentifier)
modeIdentifier
- to be setpublic void setDRValue(C1G2DRValue dRValue)
dRValue
- to be setpublic void setEPCHAGTCConformance(Bit ePCHAGTCConformance)
ePCHAGTCConformance
- to be setpublic void setMValue(C1G2MValue mValue)
mValue
- to be setpublic void setForwardLinkModulation(C1G2ForwardLinkModulation forwardLinkModulation)
forwardLinkModulation
- to be setpublic void setSpectralMaskIndicator(C1G2SpectralMaskIndicator spectralMaskIndicator)
spectralMaskIndicator
- to be setpublic void setBDRValue(UnsignedInteger bDRValue)
bDRValue
- to be setpublic void setPIEValue(UnsignedInteger pIEValue)
pIEValue
- to be setpublic void setMinTariValue(UnsignedInteger minTariValue)
minTariValue
- to be setpublic void setMaxTariValue(UnsignedInteger maxTariValue)
maxTariValue
- to be setpublic void setStepTariValue(UnsignedInteger stepTariValue)
stepTariValue
- to be setpublic UnsignedInteger getModeIdentifier()
public C1G2DRValue getDRValue()
public Bit getEPCHAGTCConformance()
public C1G2MValue getMValue()
public C1G2ForwardLinkModulation getForwardLinkModulation()
public C1G2SpectralMaskIndicator getSpectralMaskIndicator()
public UnsignedInteger getBDRValue()
public UnsignedInteger getPIEValue()
public UnsignedInteger getMinTariValue()
public UnsignedInteger getMaxTariValue()
public UnsignedInteger getStepTariValue()
public static java.lang.Integer length()
public SignedShort getTypeNum()
getTypeNum
in class LLRPParameter
public java.lang.String getName()
getName
in class LLRPParameter
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 ETH Zurich.