Interface BrAPIClass

All Superinterfaces:
BrAPIType
All Known Implementing Classes:
BrAPIAllOfType, BrAPIEnumType, BrAPIObjectType, BrAPIOneOfType

public interface BrAPIClass extends BrAPIType
Interface implemented by types that are output data modules, but are not simple scalar types or an array
  • Method Details

    • getDescription

      String getDescription()
      The class description
      Returns:
      The class description
    • getModule

      String getModule()
      Gets the module to which this class belongs
      Returns:
      the module to which this class belongs
    • getMetadata

      BrAPIMetadata getMetadata()
      Gets the metadata associated with this class
      Returns:
      the metadata associated with this class