Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.DecisionType
-
Packages that use DecisionType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion -
-
Uses of DecisionType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as DecisionType Modifier and Type Field Description protected DecisionTypeAuthzDecisionStatementType. decisionMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return DecisionType Modifier and Type Method Description static DecisionTypeDecisionType. fromValue(String v)DecisionTypeAuthzDecisionStatementType. getDecision()Gets the value of the decision property.static DecisionTypeDecisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionType[]DecisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type DecisionType Modifier and Type Method Description voidAuthzDecisionStatementType. setDecision(DecisionType value)Sets the value of the decision property.
-