public final class Def3 extends Object
| Constructor and Description |
|---|
Def3(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 Def3 |
fromString(String valInString)
Returns the object of def3 fromString input String def3.
|
int |
hashCode() |
static Def3 |
of(boolean value)
Returns the object of def3 for type empty.
|
String |
toString() |
public Def3(boolean empty)
empty - value of emptypublic static Def3 of(boolean value)
value - value of def3 for type emptypublic boolean empty()
public void empty(boolean empty)
empty - value of emptyCopyright © 2018. All rights reserved.