TypeConstraint

enum TypeConstraint : Enum<TypeConstraint>

Enum representing the core IonSchemaModel.TypeReference.NamedTypes along with their corresponding typeNames.

Entries

Link copied to clipboard
STRUCT("struct")
Link copied to clipboard
LIST("list")
Link copied to clipboard
SEXP("sexp")
Link copied to clipboard
NULL("null")
Link copied to clipboard
BLOB("blob")
Link copied to clipboard
CLOB("clob")
Link copied to clipboard
STRING("string")
Link copied to clipboard
SYMBOL("symbol")
Link copied to clipboard
TIMESTAMP("timestamp")
Link copied to clipboard
DECIMAL("decimal")
Link copied to clipboard
FLOAT("float")
Link copied to clipboard
INT("int")
Link copied to clipboard
BOOL("bool")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val typeName: String