Uses of Class
org.apache.openejb.jee.jba.cmp.Property
-
Packages that use Property Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Property in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp with type parameters of type Property Modifier and Type Field Description protected List<Property>CmpField. propertyprotected List<Property>DependentValueClass. propertyprotected List<Property>KeyField. propertyMethods in org.apache.openejb.jee.jba.cmp that return Property Modifier and Type Method Description PropertyObjectFactory. createProperty()Create an instance ofPropertyMethods in org.apache.openejb.jee.jba.cmp that return types with arguments of type Property Modifier and Type Method Description List<Property>CmpField. getProperty()Gets the value of the property property.List<Property>DependentValueClass. getProperty()Gets the value of the property property.List<Property>KeyField. getProperty()Gets the value of the property property.
-