Uses of Class
io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
-
Packages that use ProcessedLevelType Package Description io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.jaxbclasses -
-
Uses of ProcessedLevelType in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return ProcessedLevelType Modifier and Type Method Description ProcessedLevelTypeBDBInfo. getLevel()Methods in io.mosip.kernel.core.cbeffutil.entity with parameters of type ProcessedLevelType Modifier and Type Method Description BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withLevel(ProcessedLevelType level) -
Uses of ProcessedLevelType in io.mosip.kernel.core.cbeffutil.jaxbclasses
Fields in io.mosip.kernel.core.cbeffutil.jaxbclasses declared as ProcessedLevelType Modifier and Type Field Description protected ProcessedLevelTypeBDBInfoType. levelMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return ProcessedLevelType Modifier and Type Method Description static ProcessedLevelTypeProcessedLevelType. fromValue(String v)ProcessedLevelTypeBDBInfoType. getLevel()Gets the value of the level property.static ProcessedLevelTypeProcessedLevelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessedLevelType[]ProcessedLevelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.kernel.core.cbeffutil.jaxbclasses with parameters of type ProcessedLevelType Modifier and Type Method Description voidBDBInfoType. setLevel(ProcessedLevelType value)Sets the value of the level property.
-