FileDocCategorySizeDatePackage
CmpFieldNameStartLowercase.javaAPI DocGlassfish v2 API2935Fri May 04 22:33:40 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2

CmpFieldNameStartLowercase

public class CmpFieldNameStartLowercase extends CmpFieldTest
Container-managed fields declaration test. CMP fields first letter must be lowercase
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected booleanrunIndividualCmpFieldTest(com.sun.enterprise.deployment.Descriptor entity, com.sun.enterprise.deployment.Descriptor persistentField, java.lang.Class c, com.sun.enterprise.tools.verifier.Result result)
run an individual verifier test of a declated cmp field of the class

param
entity the descriptor for the entity bean containing the cmp-field
param
f the descriptor for the declared cmp field
param
c the class owning the cmp field
parma
r the result object to use to put the test results in
return
true if the test passed

        
        return startWithLowercasedLetter(persistentField.getName(), result);