Uses of Class
eu.europa.esig.dss.policy.jaxb.Level
-
Packages that use Level Package Description eu.europa.esig.dss.policy.jaxb -
-
Uses of Level in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as Level Modifier and Type Field Description protected LevelLevelConstraint. levelMethods in eu.europa.esig.dss.policy.jaxb that return Level Modifier and Type Method Description static LevelLevel. fromValue(String v)LevelLevelConstraint. getLevel()Gets the value of the level property.static LevelLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Level[]Level. 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 Level Modifier and Type Method Description voidLevelConstraint. setLevel(Level value)Sets the value of the level property.
-