Uses of Class
no.difi.sdp.client2.domain.ForretningsMeldingType
-
Packages that use ForretningsMeldingType Package Description no.difi.sdp.client2.domain -
-
Uses of ForretningsMeldingType in no.difi.sdp.client2.domain
Methods in no.difi.sdp.client2.domain that return ForretningsMeldingType Modifier and Type Method Description static ForretningsMeldingTypeForretningsMeldingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ForretningsMeldingType[]ForretningsMeldingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.difi.sdp.client2.domain with parameters of type ForretningsMeldingType Modifier and Type Method Description booleanForretningsMelding. is(ForretningsMeldingType type)voidForretningsMelding. setType(ForretningsMeldingType type)Constructors in no.difi.sdp.client2.domain with parameters of type ForretningsMeldingType Constructor Description ForretningsMelding(ForretningsMeldingType type)ForretningsMelding(ForretningsMeldingType type, String hoveddokument)
-