Class DomainDef
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.schema.DomainDef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BaseType
getBaseType()
int
getLength()
String
getName()
int
getScale()
TypeDef
getType()
int
hashCode()
boolean
isPersistableDomain()
String
toString()
-
-
-
Method Detail
-
getName
@NotNull public String getName()
-
getType
@NotNull public TypeDef getType()
-
isPersistableDomain
public boolean isPersistableDomain()
-
getBaseType
@NotNull public BaseType getBaseType()
- Specified by:
getBaseType
in interfaceTypeDef
-
-