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