Uses of Class
org.jboss.security.xacml.core.model.policy.EffectType

Packages that use EffectType
org.jboss.security.xacml.core.model.policy   
 

Uses of EffectType in org.jboss.security.xacml.core.model.policy
 

Fields in org.jboss.security.xacml.core.model.policy declared as EffectType
protected  EffectType RuleType.effect
           
protected  EffectType ObligationType.fulfillOn
           
 

Methods in org.jboss.security.xacml.core.model.policy that return EffectType
static EffectType EffectType.fromValue(String v)
           
 EffectType RuleType.getEffect()
          Gets the value of the effect property.
 EffectType ObligationType.getFulfillOn()
          Gets the value of the fulfillOn property.
static EffectType EffectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EffectType[] EffectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.security.xacml.core.model.policy with parameters of type EffectType
 void RuleType.setEffect(EffectType value)
          Sets the value of the effect property.
 void ObligationType.setFulfillOn(EffectType value)
          Sets the value of the fulfillOn property.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.