Uses of Class
org.jboss.as.pojo.descriptor.BeanDeploymentSchema
-
Packages that use BeanDeploymentSchema Package Description org.jboss.as.pojo.descriptor -
-
Uses of BeanDeploymentSchema in org.jboss.as.pojo.descriptor
Methods in org.jboss.as.pojo.descriptor that return BeanDeploymentSchema Modifier and Type Method Description static BeanDeploymentSchemaBeanDeploymentSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanDeploymentSchema[]BeanDeploymentSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.pojo.descriptor that return types with arguments of type BeanDeploymentSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,BeanDeploymentSchema>BeanDeploymentSchema. getNamespace()Constructors in org.jboss.as.pojo.descriptor with parameters of type BeanDeploymentSchema Constructor Description KernelDeploymentXmlDescriptorParser(BeanDeploymentSchema schema)
-