Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.PropertyType
-
Packages that use PropertyType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of PropertyType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type PropertyType Modifier and Type Field Description protected List<PropertyType>PersistenceContextRefType. persistencePropertyprotected List<PropertyType>DataSourceType. propertyMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return PropertyType Modifier and Type Method Description PropertyTypeObjectFactory. createPropertyType()Create an instance ofPropertyTypeMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type PropertyType Modifier and Type Method Description List<PropertyType>PersistenceContextRefType. getPersistenceProperty()Gets the value of the persistenceProperty property.List<PropertyType>DataSourceType. getProperty()Gets the value of the property property.
-