Interface DataAttribute.LabelStage
-
- All Known Implementing Classes:
DataAttribute.Builder
- Enclosing class:
- DataAttribute
public static interface DataAttribute.LabelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataAttribute.DataTypeStagelabel(java.lang.String label)Readable name of the attribute (i.e.
-
-
-
Method Detail
-
label
DataAttribute.DataTypeStage label(@NotNull java.lang.String label)
Readable name of the attribute (i.e. name you see in the UI)
-
-