Uses of Class
org.pojomatic.internal.PropertyRole

Packages that use PropertyRole
org.pojomatic.annotations   
org.pojomatic.internal The classes in this package are intended for internal use only. 
 

Uses of PropertyRole in org.pojomatic.annotations
 

Methods in org.pojomatic.annotations that return types with arguments of type PropertyRole
 java.util.Set<PropertyRole> DefaultPojomaticPolicy.getRoles()
           
 java.util.Set<PropertyRole> PojomaticPolicy.getRoles()
           
 

Uses of PropertyRole in org.pojomatic.internal
 

Methods in org.pojomatic.internal that return PropertyRole
static PropertyRole PropertyRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyRole[] PropertyRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pojomatic.internal that return types with arguments of type PropertyRole
static java.util.Set<PropertyRole> PropertyFilter.getRoles(PojomaticPolicy elementPolicy, DefaultPojomaticPolicy classPolicy)
          Get the roles specified by a property policy and class policy.
 



Copyright © 2008-2009. All Rights Reserved.