Uses of Class
eu.europa.esig.validationreport.enums.ConstraintStatus
-
Packages that use ConstraintStatus Package Description eu.europa.esig.validationreport.enums eu.europa.esig.validationreport.jaxb eu.europa.esig.validationreport.parsers -
-
Uses of ConstraintStatus in eu.europa.esig.validationreport.enums
Methods in eu.europa.esig.validationreport.enums that return ConstraintStatus Modifier and Type Method Description static ConstraintStatusConstraintStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintStatus[]ConstraintStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintStatus in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as ConstraintStatus Modifier and Type Field Description protected ConstraintStatusConstraintStatusType. statusMethods in eu.europa.esig.validationreport.jaxb that return ConstraintStatus Modifier and Type Method Description ConstraintStatusConstraintStatusType. getStatus()Gets the value of the status property.ConstraintStatusAdapter6. unmarshal(String value)Methods in eu.europa.esig.validationreport.jaxb with parameters of type ConstraintStatus Modifier and Type Method Description StringAdapter6. marshal(ConstraintStatus value)voidConstraintStatusType. setStatus(ConstraintStatus value)Sets the value of the status property. -
Uses of ConstraintStatus in eu.europa.esig.validationreport.parsers
Methods in eu.europa.esig.validationreport.parsers that return ConstraintStatus Modifier and Type Method Description static ConstraintStatusUriBasedEnumParser. parseConstraintStatus(String v)
-