Uses of Interface
com.luciad.util.collections.ILcdShortList
Packages that use ILcdShortList
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of ILcdShortList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdShortListModifier and TypeMethodDescriptionstatic ILcdShortList
TLcdXMLBuiltInDatatypeConverter.parseShortList
(String aLexicalShortList) Converts the specified XSD list of lexical XSD short to anILcdShortList
.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdShortListModifier and TypeMethodDescriptionstatic String
TLcdXMLBuiltInDatatypeConverter.printShortList
(ILcdShortList aShortList) Converts the specifiedILcdShortList
into an XSD lexical list of short. -
Uses of ILcdShortList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdShortListModifier and TypeClassDescriptionclass
Array-based implementation ofILcdShortList
.Methods in com.luciad.util.collections that return ILcdShortListModifier and TypeMethodDescriptionILcdShortList.clone()
Creates and returns a copy of this object.