public class TypeSignatureBase extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStandardTypeBase() |
QualifiedObjectName |
getTypeName() |
int |
hashCode() |
boolean |
hasStandardType() |
boolean |
hasTypeName() |
static TypeSignatureBase |
of(QualifiedObjectName name) |
static TypeSignatureBase |
of(String name) |
static TypeSignatureBase |
of(UserDefinedType userDefinedType) |
String |
toString() |
public static TypeSignatureBase of(String name)
public static TypeSignatureBase of(QualifiedObjectName name)
public static TypeSignatureBase of(UserDefinedType userDefinedType)
public boolean hasStandardType()
public boolean hasTypeName()
public QualifiedObjectName getTypeName()
public String getStandardTypeBase()
Copyright © 2012–2021. All rights reserved.