Uses of Class
network.oxalis.commons.certvalidator.jaxb.JunctionEnum
-
Packages that use JunctionEnum Package Description network.oxalis.commons.certvalidator.jaxb -
-
Uses of JunctionEnum in network.oxalis.commons.certvalidator.jaxb
Fields in network.oxalis.commons.certvalidator.jaxb declared as JunctionEnum Modifier and Type Field Description protected JunctionEnumJunctionType. typeMethods in network.oxalis.commons.certvalidator.jaxb that return JunctionEnum Modifier and Type Method Description static JunctionEnumJunctionEnum. fromValue(String v)JunctionEnumJunctionType. getType()Gets the value of the type property.static JunctionEnumJunctionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JunctionEnum[]JunctionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.commons.certvalidator.jaxb with parameters of type JunctionEnum Modifier and Type Method Description voidJunctionType. setType(JunctionEnum value)Sets the value of the type property.
-