Uses of Enum
org.apache.xml.security.configuration.InOutAttrType
Packages that use InOutAttrType
-
Uses of InOutAttrType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration declared as InOutAttrTypeMethods in org.apache.xml.security.configuration that return InOutAttrTypeModifier and TypeMethodDescriptionstatic InOutAttrType
TransformAlgorithmType.getINOUT()
Gets the value of the inout property.static InOutAttrType
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 InOutAttrTypeModifier and TypeMethodDescriptionvoid
TransformAlgorithmType.setINOUT
(InOutAttrType value) Sets the value of the inout property.