Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeUnit
Package | Description |
---|---|
eu.europa.esig.dss.policy | |
eu.europa.esig.dss.policy.jaxb |
-
Uses of TimeUnit in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy with parameters of type TimeUnit Modifier and Type Method Description static long
RuleUtils. convertDuration(TimeUnit fromJaxb, TimeUnit toJaxb, int value)
-
Uses of TimeUnit in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as TimeUnit Modifier and Type Field Description protected TimeUnit
TimeConstraint. unit
Methods in eu.europa.esig.dss.policy.jaxb that return TimeUnit Modifier and Type Method Description static TimeUnit
TimeUnit. fromValue(String v)
TimeUnit
TimeConstraint. getUnit()
Gets the value of the unit property.static TimeUnit
TimeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeUnit[]
TimeUnit. 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 TimeUnit Modifier and Type Method Description void
TimeConstraint. setUnit(TimeUnit value)
Sets the value of the unit property.