Uses of Class
de.smartics.properties.jboss.extension.resources.util.SimpleMapAttributeDefinition.Builder

Packages that use SimpleMapAttributeDefinition.Builder
de.smartics.properties.jboss.extension.resources.util Utilities for this project. 
 

Uses of SimpleMapAttributeDefinition.Builder in de.smartics.properties.jboss.extension.resources.util
 

Methods in de.smartics.properties.jboss.extension.resources.util that return SimpleMapAttributeDefinition.Builder
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withAllowExpression(boolean allowExpression)
          Sets the value for allowExpression.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withAllowNull(boolean allowNull)
          Sets the flag to mark the attribute containing the tuples as optional ( true) or mandatory (false).
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withName(String name)
          Sets the name of the map attribute.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withType(org.jboss.dmr.ModelType type)
          Sets the type of the value.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withValidator(org.jboss.as.controller.operations.validation.ParameterValidator validator)
          Sets the validator for values.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withWrapperXmlName(String wrapperXmlName)
          Sets the name of the XML element that encloses the items named by xmlName.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withXmlAttributeName(String xmlAttributeName)
          Sets the name of the XML attribute that references the type name.
 SimpleMapAttributeDefinition.Builder SimpleMapAttributeDefinition.Builder.withXmlName(String xmlName)
          Sets the name of the XML element where the attribute is the key and the contents is the value.
 



Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.