Uses of Class
eu.europa.esig.dss.policy.jaxb.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 Level
LevelConstraint. level
Methods in eu.europa.esig.dss.policy.jaxb that return Level Modifier and Type Method Description static Level
Level. fromValue(String v)
Level
LevelConstraint. getLevel()
Gets the value of the level property.static Level
Level. 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 void
LevelConstraint. setLevel(Level value)
Sets the value of the level property.