public class PropertyValueMultiple extends PropertyValue
logger
Constructor and Description |
---|
PropertyValueMultiple(List<PropertyValue> result) |
PropertyValueMultiple(PropertyValue[] value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
static PropertyValueMultiple |
deserialize(BlackLabIndex index,
AnnotatedField field,
String info) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isCompound() |
String |
serialize()
Convert the object to a String representation, for use in e.g.
|
String |
toString() |
PropertyValue[] |
value() |
List<PropertyValue> |
values() |
deserialize, propValues
public PropertyValueMultiple(PropertyValue[] value)
public PropertyValueMultiple(List<PropertyValue> result)
public PropertyValue[] value()
value
in class PropertyValue
public int compareTo(Object o)
compareTo
in interface Comparable<Object>
compareTo
in class PropertyValue
public int hashCode()
hashCode
in class PropertyValue
public boolean equals(Object obj)
equals
in class PropertyValue
public static PropertyValueMultiple deserialize(BlackLabIndex index, AnnotatedField field, String info)
public String toString()
toString
in class PropertyValue
public String serialize()
PropertyValue
serialize
in class PropertyValue
public boolean isCompound()
isCompound
in class PropertyValue
public List<PropertyValue> values()
values
in class PropertyValue
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.