|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.llrp.ltk.types.LLRPType
org.llrp.ltk.types.LLRPNumberType
org.llrp.ltk.types.UnsignedShort
org.llrp.ltk.generated.enumerations.ConnectionAttemptStatusType
public class ConnectionAttemptStatusType
ConnectionAttemptStatusType is Enumeration of Type UnsignedShort
| Field Summary | |
|---|---|
static int |
Another_Connection_Attempted
|
static int |
Failed_A_Client_Initiated_Connection_Already_Exists
|
static int |
Failed_A_Reader_Initiated_Connection_Already_Exists
|
static int |
Failed_Reason_Other_Than_A_Connection_Already_Exists
|
static int |
Success
|
| Fields inherited from class org.llrp.ltk.types.UnsignedShort |
|---|
value |
| Fields inherited from class org.llrp.ltk.types.LLRPNumberType |
|---|
signed |
| Constructor Summary | |
|---|---|
ConnectionAttemptStatusType()
|
|
ConnectionAttemptStatusType(org.jdom.Element element)
Create new ConnectionAttemptStatusType by passing jdom element. |
|
ConnectionAttemptStatusType(int value)
Create new ConnectionAttemptStatusType by passing integer value. |
|
ConnectionAttemptStatusType(LLRPBitList list)
Create new ConnectionAttemptStatusType by passing LLRPBitList. |
|
ConnectionAttemptStatusType(java.lang.String name)
Create new ConnectionAttemptStatusType by passing a string. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.llrp.ltk.types.UnsignedShort |
|---|
decodeBinary, decodeXML, encodeBinary, inRange, inRange, intValue, toInteger, toShort, toString |
| Methods inherited from class org.llrp.ltk.types.LLRPNumberType |
|---|
equals, hashCode |
| Methods inherited from class org.llrp.ltk.types.LLRPType |
|---|
toXMLString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.llrp.ltk.types.LLRPEnumeration |
|---|
intValue |
| Field Detail |
|---|
public static final int Success
public static final int Failed_A_Reader_Initiated_Connection_Already_Exists
public static final int Failed_A_Client_Initiated_Connection_Already_Exists
public static final int Failed_Reason_Other_Than_A_Connection_Already_Exists
public static final int Another_Connection_Attempted
| Constructor Detail |
|---|
public ConnectionAttemptStatusType()
public ConnectionAttemptStatusType(int value)
value - an Integer value allowed - might check first
with isValidValue it it is an allowed value
java.lang.IllegalArgumentException - if the value is not allowed for this enumerationpublic ConnectionAttemptStatusType(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 ConnectionAttemptStatusType(java.lang.String name)
java.lang.IllegalArgumentException - if the string does not stand for a valid value.public ConnectionAttemptStatusType(LLRPBitList list)
list - - LLRPBitList
java.lang.IllegalArgumentException - if the value found in the BitList is not allowed
for this enumeration.| Method Detail |
|---|
public final void set(java.lang.String name)
set in interface LLRPEnumerationname - set this enumeration to hold one of the allowed values
java.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 set
java.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 set
public final int getValue(java.lang.String name)
getValue in interface LLRPEnumerationname - for value
public final java.lang.String getName(int value)
getName in interface LLRPEnumerationvalue - of name
public boolean isValidName(java.lang.String name)
isValidName in interface LLRPEnumerationname - to check
public static int length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||