Uses of Class
eu.europa.esig.dss.policy.jaxb.Model
-
Packages that use 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 ModelEtsiValidationPolicy. getValidationModel()ModelValidationPolicy. 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 ModelModelConstraint. valueMethods in eu.europa.esig.dss.policy.jaxb that return Model Modifier and Type Method Description static ModelModel. fromValue(String v)ModelModelConstraint. getValue()Gets the value of the value property.static ModelModel. 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 voidModelConstraint. setValue(Model value)Sets the value of the value property.
-