Uses of Enum
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.DecisionType
Packages that use DecisionType
-
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 DecisionTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return DecisionTypeModifier and TypeMethodDescriptionstatic DecisionTypeAuthzDecisionStatementType.getDecision()Gets the value of the decision property.static DecisionTypeReturns 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 DecisionTypeModifier and TypeMethodDescriptionvoidAuthzDecisionStatementType.setDecision(DecisionType value) Sets the value of the decision property.