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