public class NamedTypeSignature extends Object
| Constructor and Description |
|---|
NamedTypeSignature(Optional<RowFieldName> fieldName,
TypeSignature typeSignature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<RowFieldName> |
getFieldName() |
Optional<String> |
getName() |
TypeSignature |
getTypeSignature() |
int |
hashCode() |
String |
toString() |
public NamedTypeSignature(Optional<RowFieldName> fieldName, TypeSignature typeSignature)
public Optional<RowFieldName> getFieldName()
public TypeSignature getTypeSignature()
Copyright © 2012–2022. All rights reserved.