Uses of Enum Class
com.luciad.format.xml.bind.ILcdXMLDocumentContext.Scope
Packages that use 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
Methods in com.luciad.format.xml.bind that return ILcdXMLDocumentContext.ScopeModifier and TypeMethodDescriptionstatic ILcdXMLDocumentContext.ScopeReturns 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.Methods in com.luciad.format.xml.bind with parameters of type ILcdXMLDocumentContext.ScopeModifier and TypeMethodDescriptionILcdXMLDocumentContext.get(Object aKey, ILcdXMLDocumentContext.Scope aScope) Retrieves an object in the document context.voidILcdXMLDocumentContext.put(Object aKey, ILcdXMLDocumentContext.Scope aScope, Object aValue) Stores an object in the document context.