Uses of Class
uk.ac.soton.itinnovation.grid.types.PolicyRuleType

Packages that use PolicyRuleType
uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin   
uk.ac.soton.itinnovation.grid.types   
 

Uses of PolicyRuleType in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin that return PolicyRuleType
 PolicyRuleType ACLmodel.getDefaultType()
           
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin with parameters of type PolicyRuleType
static String ACLadmin.selected(PolicyRuleType value, PolicyRuleType defaultValue)
           
 void ACLmodel.setDefaultType(PolicyRuleType defaultType)
           
 

Uses of PolicyRuleType in uk.ac.soton.itinnovation.grid.types
 

Fields in uk.ac.soton.itinnovation.grid.types declared as PolicyRuleType
protected  PolicyRuleType PolicyRule.type
           
 

Methods in uk.ac.soton.itinnovation.grid.types that return PolicyRuleType
 PolicyRuleType PolicyRule.getType()
           
static PolicyRuleType PolicyRuleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PolicyRuleType[] PolicyRuleType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in uk.ac.soton.itinnovation.grid.types with parameters of type PolicyRuleType
 void PolicyRule.setType(PolicyRuleType value)
           
 

Constructors in uk.ac.soton.itinnovation.grid.types with parameters of type PolicyRuleType
PolicyRule(MatchPattern pattern, String role, PolicyRuleType type)
           
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.