public static class PropertyFieldDefinition.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
| PropertyFieldDefinition | build() | 
| PropertyFieldDefinition.Builder | description(String description) | 
| PropertyFieldDefinition.Builder | indicativeSize(int indicativeSize) | 
| PropertyFieldDefinition.Builder | name(String name) | 
| PropertyFieldDefinition.Builder | options(List<String> options) | 
| PropertyFieldDefinition.Builder | options(String... options) | 
| PropertyFieldDefinition.Builder | type(PropertyType type) | 
public PropertyFieldDefinition.Builder name(String name)
public PropertyFieldDefinition.Builder description(String description)
public PropertyFieldDefinition.Builder indicativeSize(int indicativeSize)
public PropertyFieldDefinition.Builder type(PropertyType type)
public PropertyFieldDefinition.Builder options(String... options)
public PropertyFieldDefinition.Builder options(List<String> options)
public PropertyFieldDefinition build()
Copyright © 2009–2016 SonarSource. All rights reserved.