Uses of Interface
com.luciad.util.collections.ILcdBooleanList
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 ILcdBooleanList in com.luciad.format.xml.bind.schema
Modifier and TypeMethodDescriptionstatic ILcdBooleanList
TLcdXMLBuiltInDatatypeConverter.parseBooleanList
(String aLexicalBooleanList) Converts the specified XSD list of lexical XSD boolean to anILcdBooleanList
.Modifier and TypeMethodDescriptionstatic String
TLcdXMLBuiltInDatatypeConverter.printBooleanList
(ILcdBooleanList aBooleanList) Converts the specifiedILcdBooleanList
into an XSD lexical list of boolean. -
Uses of ILcdBooleanList in com.luciad.util.collections
Modifier and TypeClassDescriptionclass
Array-based implementation ofILcdBooleanList
.Modifier and TypeMethodDescriptionILcdBooleanList.clone()
Creates and returns a copy of this object.