Package tilda.parsing.parts
Class Field
- java.lang.Object
-
- tilda.parsing.parts.TypeDef
-
- tilda.parsing.parts.Field
-
public class Field extends TypeDef
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
_Description
java.lang.String
_Name
java.lang.Boolean
_Nullable
Interface
_ParentInterface
ColumnType
_Type
java.lang.String
_TypeSep
protected static java.util.regex.Pattern
P
-
Fields inherited from class tilda.parsing.parts.TypeDef
_P, _Precision, _Scale, _Size, _TypeCollection, _TypeStr
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
java.lang.String
getShortName()
boolean
isArray()
boolean
validate(ParserSession PS, Interface I)
-
Methods inherited from class tilda.parsing.parts.TypeDef
checkValueType, getType, getTypeCollection, isCollection, isList, isSet, toString, validate
-
-
-
-
Field Detail
-
_Name
@SerializedName("name") public java.lang.String _Name
-
_Nullable
@SerializedName("nullable") public java.lang.Boolean _Nullable
-
_Description
@SerializedName("description") public java.lang.String _Description
-
_Type
public transient ColumnType _Type
-
_TypeSep
public transient java.lang.String _TypeSep
-
_ParentInterface
public transient Interface _ParentInterface
-
P
protected static final java.util.regex.Pattern P
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
-
getShortName
public java.lang.String getShortName()
-
validate
public boolean validate(ParserSession PS, Interface I)
-
isArray
public boolean isArray()
-
-