Package org.jupnp.model.types.csv
Klasse CSV<T>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
org.jupnp.model.types.csv.CSV<T>
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Iterable<T>,Collection<T>,List<T>,RandomAccess
- Bekannte direkte Unterklassen:
CSVBoolean,CSVBytes,CSVCharacter,CSVDate,CSVDouble,CSVFloat,CSVInteger,CSVShort,CSVString,CSVUnsignedIntegerFourBytes,CSVUnsignedIntegerOneByte,CSVUnsignedIntegerTwoBytes,CSVURI
Transforms a state variable value from/to strings of comma-separated elements.
A concrete implementation of this interface knows how to transform values of the declared type into a string of comma-separated list of elements, and how to read such strings back into individual values.
Your action method returns a CSV<...> instance as an output argument. It can
also accept a concrete subclass of this type as an input argument, e.g. CSVString.
This type extends a regular List, so within your action method you can
handle the elements as usual.
- Autor:
- Christian Bauer
- Siehe auch:
-
Feldübersicht
FelderVon Klasse geerbte Felder java.util.AbstractList
modCount -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeVon Klasse geerbte Methoden java.util.AbstractCollection
containsAllVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden java.util.List
containsAll
-
Felddetails
-
datatype
-
-
Konstruktordetails
-
CSV
protected CSV() -
CSV
- Löst aus:
InvalidValueException
-
-
Methodendetails
-
parseString
- Löst aus:
InvalidValueException
-
getBuiltinDatatype
- Löst aus:
InvalidValueException
-
toString
- Setzt außer Kraft:
toStringin KlasseAbstractCollection<T>
-