Uses of Class
com.fourjs.report.facturx.Codes.ItemTypeIdentificationCode
-
Packages that use Codes.ItemTypeIdentificationCode Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of Codes.ItemTypeIdentificationCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.ItemTypeIdentificationCode Modifier and Type Method Description static Codes.ItemTypeIdentificationCode
Codes.ItemTypeIdentificationCode. fromString(String value)
Convert a String to a ItemTypeIdentificationCode.static Codes.ItemTypeIdentificationCode
Codes.ItemTypeIdentificationCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.ItemTypeIdentificationCode[]
Codes.ItemTypeIdentificationCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.ItemTypeIdentificationCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.ItemTypeIdentificationCode Modifier and Type Method Description Codes.ItemTypeIdentificationCode
ItemClassificationIdentifier. getSchemeIdentifier()
BT-158-1:Scheme identifierMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.ItemTypeIdentificationCode Modifier and Type Method Description ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeIdentifier(Codes.ItemTypeIdentificationCode value)
-
Uses of Codes.ItemTypeIdentificationCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.ItemTypeIdentificationCode Modifier and Type Method Description Codes.ItemTypeIdentificationCode
ItemClassificationIdentifier. getSchemeIdentifier()
BT-158-1:Scheme identifierMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.ItemTypeIdentificationCode Modifier and Type Method Description ItemClassificationIdentifier
ItemClassificationIdentifier. setSchemeIdentifier(Codes.ItemTypeIdentificationCode value)
-