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