Uses of Interface
com.luciad.util.collections.ILcdBooleanList
Packages that use 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
Methods in com.luciad.format.xml.bind.schema that return ILcdBooleanListModifier and TypeMethodDescriptionstatic ILcdBooleanListTLcdXMLBuiltInDatatypeConverter.parseBooleanList(String aLexicalBooleanList) Converts the specified XSD list of lexical XSD boolean to anILcdBooleanList.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdBooleanListModifier and TypeMethodDescriptionstatic StringTLcdXMLBuiltInDatatypeConverter.printBooleanList(ILcdBooleanList aBooleanList) Converts the specifiedILcdBooleanListinto an XSD lexical list of boolean. -
Uses of ILcdBooleanList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdBooleanListModifier and TypeClassDescriptionclassArray-based implementation ofILcdBooleanList.Methods in com.luciad.util.collections that return ILcdBooleanListModifier and TypeMethodDescriptionILcdBooleanList.clone()Creates and returns a copy of this object.