Uses of Class
eu.europa.esig.dss.policy.jaxb.Model
Package | Description |
---|---|
eu.europa.esig.dss.policy | |
eu.europa.esig.dss.policy.jaxb |
-
Uses of Model in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return Model Modifier and Type Method Description Model
EtsiValidationPolicy. getValidationModel()
Model
ValidationPolicy. getValidationModel()
Returns the used validation model (default is SHELL). -
Uses of Model in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as Model Modifier and Type Field Description protected Model
ModelConstraint. value
Methods in eu.europa.esig.dss.policy.jaxb that return Model Modifier and Type Method Description static Model
Model. fromValue(String v)
Model
ModelConstraint. getValue()
Gets the value of the value property.static Model
Model. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model[]
Model. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type Model Modifier and Type Method Description void
ModelConstraint. setValue(Model value)
Sets the value of the value property.