Uses of Class
org.somda.sdc.biceps.model.message.DescriptionModificationType
-
Packages that use DescriptionModificationType Package Description org.somda.sdc.biceps.model.message -
-
Uses of DescriptionModificationType in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as DescriptionModificationType Modifier and Type Field Description protected DescriptionModificationTypeDescriptionModificationReport.ReportPart. modificationTypeMethods in org.somda.sdc.biceps.model.message that return DescriptionModificationType Modifier and Type Method Description static DescriptionModificationTypeDescriptionModificationType. fromValue(String v)DescriptionModificationTypeDescriptionModificationReport.ReportPart. getModificationType()Gets the value of the modificationType property.static DescriptionModificationTypeDescriptionModificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DescriptionModificationType[]DescriptionModificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.message with parameters of type DescriptionModificationType Modifier and Type Method Description voidDescriptionModificationReport.ReportPart. setModificationType(DescriptionModificationType value)Sets the value of the modificationType property.
-