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