Uses of Class
org.apache.openejb.jee.jba.cmp.NotNull

Packages that use NotNull
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of NotNull in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as NotNull
protected  NotNull CmpField.notNull
           
protected  NotNull Property.notNull
           
 

Methods in org.apache.openejb.jee.jba.cmp that return NotNull
 NotNull ObjectFactory.createNotNull()
          Create an instance of NotNull
 NotNull CmpField.getNotNull()
          Gets the value of the notNull property.
 NotNull Property.getNotNull()
          Gets the value of the notNull property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type NotNull
 void CmpField.setNotNull(NotNull value)
          Sets the value of the notNull property.
 void Property.setNotNull(NotNull value)
          Sets the value of the notNull property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.