Interface DataAttribute.NameStage
-
- All Known Implementing Classes:
DataAttribute.Builder
- Enclosing class:
- DataAttribute
public static interface DataAttribute.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataAttribute.Builderfrom(DataAttribute other)DataAttribute.FullNameStagename(java.lang.String name)Name of the attribute.
-
-
-
Method Detail
-
name
DataAttribute.FullNameStage name(@NotNull java.lang.String name)
Name of the attribute.
-
from
DataAttribute.Builder from(DataAttribute other)
-
-