public class StringValue extends AbstractValue
Constructor and Description |
---|
StringValue() |
StringValue(String string) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getString()
Returns the actual string.
|
int |
hashCode() |
void |
setString(String string) |
String |
toString() |
getType
public StringValue()
public StringValue(@NonNull String string)
public String getString()
public void setString(@NonNull String string)
string
- the actual string.public int hashCode()
hashCode
in class AbstractValue
public boolean equals(Object obj)
equals
in class AbstractValue
Copyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/