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 InOutAttrType
TransformAlgorithmType. inout
Methods in org.apache.xml.security.configuration that return InOutAttrType Modifier and Type Method Description static InOutAttrType
InOutAttrType. fromValue(java.lang.String v)
InOutAttrType
TransformAlgorithmType. getINOUT()
Gets the value of the inout property.static InOutAttrType
InOutAttrType. valueOf(java.lang.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 void
TransformAlgorithmType. setINOUT(InOutAttrType value)
Sets the value of the inout property.
-