Class BrAPIPrimitiveType

java.lang.Object
org.brapi.schematools.core.model.BrAPIPrimitiveType
All Implemented Interfaces:
BrAPIType

public class BrAPIPrimitiveType extends Object implements BrAPIType
A scalar or primitive type, which can be one of 4 possible instances: BOOLEAN, INTEGER, NUMBER, or STRING.
  • Field Details

    • BOOLEAN

      public static final BrAPIType BOOLEAN
      Boolean Primitive Type
    • INTEGER

      public static final BrAPIType INTEGER
      Boolean Integer Type
    • NUMBER

      public static final BrAPIType NUMBER
      Boolean Number Type
    • STRING

      public static final BrAPIType STRING
      Boolean String Type