Uses of Class
io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
-
Packages that use PurposeType Package Description io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.jaxbclasses -
-
Uses of PurposeType in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return PurposeType Modifier and Type Method Description PurposeTypeBDBInfo. getPurpose()Methods in io.mosip.kernel.core.cbeffutil.entity with parameters of type PurposeType Modifier and Type Method Description BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withPurpose(PurposeType purpose) -
Uses of PurposeType in io.mosip.kernel.core.cbeffutil.jaxbclasses
Fields in io.mosip.kernel.core.cbeffutil.jaxbclasses declared as PurposeType Modifier and Type Field Description protected PurposeTypeBDBInfoType. purposeMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return PurposeType Modifier and Type Method Description static PurposeTypePurposeType. fromValue(String v)PurposeTypeBDBInfoType. getPurpose()Gets the value of the purpose property.static PurposeTypePurposeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PurposeType[]PurposeType. 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 PurposeType Modifier and Type Method Description voidBDBInfoType. setPurpose(PurposeType value)Sets the value of the purpose property.
-