org.camunda.bpm.model.xml.type.attribute
Interface AttributeBuilder<T>
- Type Parameters:
T - the type of the Attribute
- All Known Subinterfaces:
- StringAttributeBuilder
- All Known Implementing Classes:
- AttributeBuilderImpl, BooleanAttributeBuilder, DoubleAttributeBuilder, EnumAttributeBuilder, IntegerAttributeBuilder, StringAttributeBuilderImpl
public interface AttributeBuilder<T>
- Author:
- Daniel Meyer
namespace
AttributeBuilder<T> namespace(String namespaceUri)
defaultValue
AttributeBuilder<T> defaultValue(T defaultValue)
required
AttributeBuilder<T> required()
idAttribute
AttributeBuilder<T> idAttribute()
build
Attribute<T> build()
Copyright © 2014 camunda services GmbH. All rights reserved.