Uses of Enum Class
com.luciad.format.xml.bind.ILcdXMLDocumentContext.Scope
Package
Description
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
-
Uses of ILcdXMLDocumentContext.Scope in com.luciad.format.xml.bind
Modifier and TypeMethodDescriptionstatic ILcdXMLDocumentContext.Scope
Returns the enum constant of this class with the specified name.static ILcdXMLDocumentContext.Scope[]
ILcdXMLDocumentContext.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionILcdXMLDocumentContext.get
(Object aKey, ILcdXMLDocumentContext.Scope aScope) Retrieves an object in the document context.void
ILcdXMLDocumentContext.put
(Object aKey, ILcdXMLDocumentContext.Scope aScope, Object aValue) Stores an object in the document context.