org.omnaest.utils.propertyfile.content.element
Class Property
java.lang.Object
org.omnaest.utils.propertyfile.content.Element
org.omnaest.utils.propertyfile.content.element.Property
public class Property
- extends Element
- Author:
- Omnaest
- See Also:
Element,
PropertyFileContent
| Fields inherited from class org.omnaest.utils.propertyfile.content.Element |
index |
prefixBlanks
protected String prefixBlanks
key
protected String key
delimiter
protected String delimiter
valueList
protected List<String> valueList
Property
public Property()
getKey
public String getKey()
setKey
public void setKey(String key)
getDelimiter
public String getDelimiter()
setDelimiter
public void setDelimiter(String delimiter)
getValueList
public List<String> getValueList()
getPrefixBlanks
public String getPrefixBlanks()
setPrefixBlanks
public void setPrefixBlanks(String prefixBlanks)
addValue
public void addValue(int index,
String value)
addValue
public boolean addValue(String value)
addAllValues
public boolean addAllValues(Collection<String> valueCollection)
clearValues
public void clearValues()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equalsInKeyAndValue
public boolean equalsInKeyAndValue(Object object)
- Returns true, if the
getKey() and getValueList() are equal.
- Parameters:
object -
- Returns:
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.