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