Uses of Class
org.apache.openejb.jee.jba.cmp.NotNull
-
Packages that use NotNull Package Description 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 Modifier and Type Field Description protected NotNullCmpField. notNullprotected NotNullProperty. notNullMethods in org.apache.openejb.jee.jba.cmp that return NotNull Modifier and Type Method Description NotNullObjectFactory. createNotNull()Create an instance ofNotNullNotNullCmpField. getNotNull()Gets the value of the notNull property.NotNullProperty. getNotNull()Gets the value of the notNull property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type NotNull Modifier and Type Method Description voidCmpField. setNotNull(NotNull value)Sets the value of the notNull property.voidProperty. setNotNull(NotNull value)Sets the value of the notNull property.
-