Class: Udb::DatabaseObject::Kind
- Inherits:
-
T::Enum
- Object
- T::Enum
- Udb::DatabaseObject::Kind
- Defined in:
- lib/udb/obj/database_obj.rb
Overview
valid kinds. When this is a TopLevelDatabaseObejct, the lowercase name corresponds to the kind: field in the schema
Constant Summary collapse
- Instruction =
new("instruction")
- InstructionType =
new("instruction type")
- InstructionSubtype =
new("instruction subtype")
- Csr =
new("csr")
- CsrField =
new("csr_field")
- Extension =
new("extension")
- Manual =
new("manual")
- ManualVersion =
new("manual version")
- ProcessorCertificateClass =
new("processor certificate class")
- ProcessorCertificateModel =
new("processor certificate model")
- Profile =
new("profile")
- ProfileFamily =
new("profile family")
- ProfileRelease =
new("profile release")