Uses of Class
org.drools.core.xml.jaxb.util.JaxbListWrapper.JaxbWrapperType
-
Packages that use JaxbListWrapper.JaxbWrapperType Package Description org.drools.core.xml.jaxb.util -
-
Uses of JaxbListWrapper.JaxbWrapperType in org.drools.core.xml.jaxb.util
Methods in org.drools.core.xml.jaxb.util that return JaxbListWrapper.JaxbWrapperType Modifier and Type Method Description JaxbListWrapper.JaxbWrapperTypeJaxbListWrapper. getType()static JaxbListWrapper.JaxbWrapperTypeJaxbListWrapper.JaxbWrapperType. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbListWrapper.JaxbWrapperType[]JaxbListWrapper.JaxbWrapperType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.core.xml.jaxb.util with parameters of type JaxbListWrapper.JaxbWrapperType Modifier and Type Method Description voidJaxbListWrapper. setType(JaxbListWrapper.JaxbWrapperType type)Constructors in org.drools.core.xml.jaxb.util with parameters of type JaxbListWrapper.JaxbWrapperType Constructor Description JaxbListWrapper(Object[] elements, JaxbListWrapper.JaxbWrapperType type)
-