Uses of Class
org.springframework.jee.validation.Platform

Packages that use Platform
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.validation Validation package for JSR-250 and EJB3 components. 
 

Uses of Platform in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject that return Platform
 Platform DeploymentUnitMetadata.getTargetPlatform()
          Return the target platform for this deployment unit.
 

Methods in org.springframework.jee.inject with parameters of type Platform
 void DeploymentUnitMetadata.setTargetPlatform(Platform targetPlatform)
           
 

Uses of Platform in org.springframework.jee.validation
 

Methods in org.springframework.jee.validation that return Platform
static Platform Platform.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Platform[] Platform.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.jee.validation that return types with arguments of type Platform
 java.util.Set<Platform> AnnotatedMethodSpecificationRule.getPlatforms()
           
 java.util.Set<Platform> SpecificationRule.getPlatforms()
          Return the set of JEE Platforms this rule relates to
 



Copyright 2006 Interface21. All Rights Reserved.