Uses of Class
org.apache.xml.security.configuration.InOutAttrType
-
Packages that use InOutAttrType Package Description org.apache.xml.security.configuration -
-
Uses of InOutAttrType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as InOutAttrType Modifier and Type Field Description protected InOutAttrTypeTransformAlgorithmType. inoutMethods in org.apache.xml.security.configuration that return InOutAttrType Modifier and Type Method Description static InOutAttrTypeInOutAttrType. fromValue(String v)InOutAttrTypeTransformAlgorithmType. getINOUT()Gets the value of the inout property.static InOutAttrTypeInOutAttrType. valueOf(String name)Returns the enum constant of this type with the specified name.static InOutAttrType[]InOutAttrType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.configuration with parameters of type InOutAttrType Modifier and Type Method Description voidTransformAlgorithmType. setINOUT(InOutAttrType value)Sets the value of the inout property.
-