Uses of Class
io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
-
Packages that use SingleType Package Description io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.jaxbclasses -
-
Uses of SingleType in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return types with arguments of type SingleType Modifier and Type Method Description List<SingleType>BDBInfo. getType()Method parameters in io.mosip.kernel.core.cbeffutil.entity with type arguments of type SingleType Modifier and Type Method Description BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withType(List<SingleType> type) -
Uses of SingleType in io.mosip.kernel.core.cbeffutil.jaxbclasses
Fields in io.mosip.kernel.core.cbeffutil.jaxbclasses with type parameters of type SingleType Modifier and Type Field Description protected List<SingleType>BDBInfoType. typeMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return SingleType Modifier and Type Method Description static SingleTypeSingleType. fromValue(String v)static SingleTypeSingleType. valueOf(String name)Returns the enum constant of this type with the specified name.static SingleType[]SingleType. 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 that return types with arguments of type SingleType Modifier and Type Method Description List<SingleType>BDBInfoType. getType()Gets the value of the type property.Method parameters in io.mosip.kernel.core.cbeffutil.jaxbclasses with type arguments of type SingleType Modifier and Type Method Description voidBDBInfoType. setType(List<SingleType> type)
-