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