Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.EnvironmentType
Packages that use EnvironmentType
Package
Description
-
Uses of EnvironmentType in software.xdev.bzst.dip.client.model.configuration
Methods in software.xdev.bzst.dip.client.model.configuration that return EnvironmentType -
Uses of EnvironmentType in software.xdev.bzst.dip.client.xmldocument
Methods in software.xdev.bzst.dip.client.xmldocument with parameters of type EnvironmentTypeModifier and TypeMethodDescriptionprotected DipHeaderTypeXMLDocumentHeaderCreator.createHeader(EnvironmentType environmentType) -
Uses of EnvironmentType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as EnvironmentTypeMethods in software.xdev.bzst.dip.client.xmldocument.model that return EnvironmentTypeModifier and TypeMethodDescriptionstatic EnvironmentTypeDipHeaderType.getEnvironment()Gets the value of the environment property.static EnvironmentTypeReturns the enum constant of this class with the specified name.static EnvironmentType[]EnvironmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type EnvironmentTypeModifier and TypeMethodDescriptionvoidDipHeaderType.setEnvironment(EnvironmentType value) Sets the value of the environment property.