Uses of Class
org.jboss.shrinkwrap.descriptor.api.connector15.ConfigPropertyTypeType
-
Packages that use ConfigPropertyTypeType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of ConfigPropertyTypeType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConfigPropertyTypeType Modifier and Type Method Description ConfigPropertyTypeTypeConfigPropertyType. getConfigPropertyType()Returns theconfig-property-typeelementstatic ConfigPropertyTypeTypeConfigPropertyTypeType. getFromStringValue(String value)static ConfigPropertyTypeTypeConfigPropertyTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigPropertyTypeType[]ConfigPropertyTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.connector15 with parameters of type ConfigPropertyTypeType Modifier and Type Method Description ConfigPropertyType<T>ConfigPropertyType. configPropertyType(ConfigPropertyTypeType configPropertyType)Sets theconfig-property-typeelement -
Uses of ConfigPropertyTypeType in org.jboss.shrinkwrap.descriptor.impl.connector15
Methods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ConfigPropertyTypeType Modifier and Type Method Description ConfigPropertyTypeTypeConfigPropertyTypeImpl. getConfigPropertyType()Returns theconfig-property-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 with parameters of type ConfigPropertyTypeType Modifier and Type Method Description ConfigPropertyType<T>ConfigPropertyTypeImpl. configPropertyType(ConfigPropertyTypeType configPropertyType)Sets theconfig-property-typeelement
-