public final class PortNumber extends Object
| Constructor and Description |
|---|
PortNumber(int uint16)
Creates an instance of uint16.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PortNumber |
fromString(String valInString)
Returns the object of portNumber fromString input String portNumber.
|
int |
hashCode() |
static PortNumber |
of(int value)
Returns the object of portNumber for type uint16.
|
String |
toString() |
int |
uint16()
Returns the attribute uint16.
|
void |
uint16(int uint16)
Sets the attribute uint16.
|
public PortNumber(int uint16)
uint16 - value of uint16public static PortNumber of(int value)
value - value of portNumber for type uint16public int uint16()
public void uint16(int uint16)
uint16 - value of uint16public static PortNumber fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.