Uses of Enum Class
com.deltaxml.dita.config.MapResultStructure
Packages that use MapResultStructure
-
Uses of MapResultStructure in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MapResultStructureModifier and TypeMethodDescriptionMapParameters.getMapResultStructure()Gets the value of the mapResultStructure parameter.static MapResultStructureReturns the enum constant of this class with the specified name.static MapResultStructure[]MapResultStructure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type MapResultStructureModifier and TypeMethodDescriptionvoidMapParameters.setMapResultStructure(MapResultStructure value) Specifies how the result map is constructed.