Uses of Class
step.typedef.FieldDef.Builder

Packages that use FieldDef.Builder
step.typedef Provides the abstractions that define the run-time versions of STEP types. 
 

Uses of FieldDef.Builder in step.typedef
 

Methods in step.typedef that return FieldDef.Builder
static FieldDef.Builder FieldDef.builder()
          Get the builder object for creating field definitions.
 FieldDef.Builder FieldDef.Builder.newFieldDef(String name, String typeName)
          Start building a new field definition with the given name and type name.
 FieldDef.Builder FieldDef.Builder.newFieldDef(String name, Type type)
          Start building a new field definition with the given name and type.
 FieldDef.Builder FieldDef.Builder.setDescription(String description)
          Set the description for the definition.
 FieldDef.Builder FieldDef.Builder.addAttribute(Attribute attribute)
          Add an attribute to the definition.
 FieldDef.Builder FieldDef.Builder.addAttributes(List attributes)
           
 FieldDef.Builder FieldDef.Builder.setAltTypeDef(TypeDef altDef)
          Set an alternate type definition for the field.