public class PropertyByte extends Property<Byte>
description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
PropertyByte()
Default constructor.
|
PropertyByte(String name)
Constructor by property name.
|
PropertyByte(String name,
Byte value,
Byte... fixed)
Constructor with name , value and target available values
|
PropertyByte(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Byte |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, isReadOnly, parameterizedType, setDescription, setFixedValues, setName, setReadOnly, setType, setValue, setValueFromString, toJson, toStringpublic PropertyByte()
public PropertyByte(String name)
name - property namepublic PropertyByte(String uid, String value)
uid - unique namelvl - flag valuepublic Byte fromString(String v)
fromString in class Property<Byte>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.