Uses of Class
network.oxalis.commons.certvalidator.jaxb.PrincipalEnum
-
Packages that use PrincipalEnum Package Description network.oxalis.commons.certvalidator.jaxb -
-
Uses of PrincipalEnum in network.oxalis.commons.certvalidator.jaxb
Fields in network.oxalis.commons.certvalidator.jaxb declared as PrincipalEnum Modifier and Type Field Description protected PrincipalEnumPrincipleNameType. principalMethods in network.oxalis.commons.certvalidator.jaxb that return PrincipalEnum Modifier and Type Method Description static PrincipalEnumPrincipalEnum. fromValue(String v)PrincipalEnumPrincipleNameType. getPrincipal()Gets the value of the principal property.static PrincipalEnumPrincipalEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrincipalEnum[]PrincipalEnum. 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 PrincipalEnum Modifier and Type Method Description voidPrincipleNameType. setPrincipal(PrincipalEnum value)Sets the value of the principal property.
-