Uses of Class
org.somda.sdc.biceps.model.participant.SafetyClassification
-
Packages that use SafetyClassification Package Description org.somda.sdc.biceps.model.participant -
-
Uses of SafetyClassification in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as SafetyClassification Modifier and Type Field Description protected SafetyClassificationAbstractDescriptor. safetyClassificationMethods in org.somda.sdc.biceps.model.participant that return SafetyClassification Modifier and Type Method Description static SafetyClassificationSafetyClassification. fromValue(String v)SafetyClassificationAbstractDescriptor. getSafetyClassification()Gets the value of the safetyClassification property.static SafetyClassificationSafetyClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static SafetyClassification[]SafetyClassification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type SafetyClassification Modifier and Type Method Description voidAbstractDescriptor. setSafetyClassification(SafetyClassification value)Sets the value of the safetyClassification property.
-