Package org.brapi.schematools.core.model
Interface BrAPIClass
- All Superinterfaces:
BrAPIType
- All Known Implementing Classes:
BrAPIAllOfType,BrAPIEnumType,BrAPIObjectType,BrAPIOneOfType
Interface implemented by types that are output data modules, but are not
simple scalar types or an array
-
Method Summary
Modifier and TypeMethodDescriptionThe class descriptionGets the metadata associated with this classGets the module to which this class belongs
-
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
-