Uses of Class
step.typedef.FieldModifier

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

Uses of FieldModifier in step.typedef
 

Methods in step.typedef that return FieldModifier
 FieldModifier FieldModifier.addAttribute(Attribute attribute)
          Add an attribute to this modifier.
 

Methods in step.typedef with parameters of type FieldModifier
 RecordDef.Builder RecordDef.Builder.modifyField(FieldModifier modifier)
          Add a field modifier to the definition.