public class DateEvents extends UntypedData implements Set<EdalDate>
EdalDate objects to define the dates and ranges of
different events,e.g. date of creation...EMPTY, string| Constructor and Description |
|---|
DateEvents(String description)
Default constructor to create a
DateEvents object with a defined
description. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EdalDate e) |
boolean |
addAll(Collection<? extends EdalDate> c) |
void |
clear() |
int |
compareTo(UntypedData datatype) |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object o) |
Set<EdalDate> |
getSet() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<EdalDate> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
void |
setSet(Set<EdalDate> set) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toHTML()
Return a String representation for the HTML pages of the HTTP-Listener
|
String |
toString() |
getString, setStringpublic DateEvents(String description)
DateEvents object with a defined
description.description - the event for this DateEvents.public boolean add(EdalDate e)
add in interface Collection<EdalDate>add in interface Set<EdalDate>e - Set.add(java.lang.Object)public boolean addAll(Collection<? extends EdalDate> c)
addAll in interface Collection<EdalDate>addAll in interface Set<EdalDate>c - Set.addAll(java.util.Collection)public void clear()
clear in interface Collection<EdalDate>clear in interface Set<EdalDate>Set.clear()public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic boolean contains(Object o)
contains in interface Collection<EdalDate>contains in interface Set<EdalDate>o - Set.contains(java.lang.Object)public boolean containsAll(Collection<?> c)
containsAll in interface Collection<EdalDate>containsAll in interface Set<EdalDate>c - Set.containsAll(java.util.Collection)public boolean equals(Object o)
equals in interface Collection<EdalDate>equals in interface Set<EdalDate>equals in class UntypedDatao - Set.equals(java.lang.Object)public int hashCode()
hashCode in interface Collection<EdalDate>hashCode in interface Set<EdalDate>hashCode in class UntypedDataSet.hashCode()public boolean isEmpty()
isEmpty in interface Collection<EdalDate>isEmpty in interface Set<EdalDate>Set.isEmpty()public boolean remove(Object o)
remove in interface Collection<EdalDate>remove in interface Set<EdalDate>o - Set.remove(java.lang.Object)public boolean removeAll(Collection<?> c)
removeAll in interface Collection<EdalDate>removeAll in interface Set<EdalDate>c - Set.removeAll(java.util.Collection)public boolean retainAll(Collection<?> c)
retainAll in interface Collection<EdalDate>retainAll in interface Set<EdalDate>c - Set.retainAll(java.util.Collection)public int size()
size in interface Collection<EdalDate>size in interface Set<EdalDate>Set.size()public Object[] toArray()
toArray in interface Collection<EdalDate>toArray in interface Set<EdalDate>Object arraySet.toArray()public <T> T[] toArray(T[] a)
toArray in interface Collection<EdalDate>toArray in interface Set<EdalDate>a - Set.toArray(Object[])public String toString()
toString in class UntypedDatapublic String toHTML()
toHTML in class UntypedDataCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.