public static class Properties.Str extends Properties.Value
Modifier and Type | Field and Description |
---|---|
static char |
TYPE |
java.lang.String |
value |
type, typeStr
Constructor and Description |
---|
Str(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object.
|
int |
hashCode()
Returns a hash code for this Str.
|
java.lang.String |
toString() |
public static final char TYPE
public java.lang.String value
public java.lang.String toString()
toString
in class Properties.Value
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object