public final class EmpType2 extends Object
| Constructor and Description |
|---|
EmpType2(boolean empty)
Creates an instance of empty.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty()
Returns the attribute empty.
|
void |
empty(boolean empty)
Sets the attribute empty.
|
boolean |
equals(Object obj) |
static EmpType2 |
fromString(String valInString)
Returns the object of empType2 fromString input String empType2.
|
int |
hashCode() |
static EmpType2 |
of(boolean value)
Returns the object of empType2 for type empty.
|
String |
toString() |
public EmpType2(boolean empty)
empty - value of emptypublic static EmpType2 of(boolean value)
value - value of empType2 for type emptypublic boolean empty()
public void empty(boolean empty)
empty - value of emptyCopyright © 2018. All rights reserved.