Searched refs:getByteValue (Results 1 – 5 of 5) sorted by relevance
161 public byte getByteValue() { in getByteValue() method in Value270 return getByteValue() == value0.getByteValue(); in equals()312 return "byte: " + getByteValue(); in toString()
1034 this.setNextValueAsByte(value.getByteValue()); in setNextValueAsUntaggedValue()1134 this.setNextValueAsByte(array.getValue(i).getByteValue()); in setNextValueAsArrayRegion()
165 byte byteValue = fieldValue.getByteValue(); in testGetValues002()
66 return (new Byte(value.getByteValue())).toString(); in toString()
191 byte byteValue = fieldValue.getByteValue(); in testGetValues002()