Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeUnit
-
Packages that use 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 longRuleUtils. 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 TimeUnitTimeConstraint. unitMethods in eu.europa.esig.dss.policy.jaxb that return TimeUnit Modifier and Type Method Description static TimeUnitTimeUnit. fromValue(String v)TimeUnitTimeConstraint. getUnit()Gets the value of the unit property.static TimeUnitTimeUnit. 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 voidTimeConstraint. setUnit(TimeUnit value)Sets the value of the unit property.
-