public abstract static class DataTypes.AbstractField extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected abstract AbstractDataType<?> |
getAbstractDataType() |
Optional<String> |
getDescription() |
String |
getName() |
int |
hashCode() |
String |
toString() |
protected final String name
public String getName()
protected abstract AbstractDataType<?> getAbstractDataType()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.