Package org.brapi.schematools.core.model
Interface BrAPIType
- All Known Subinterfaces:
BrAPIClass
- All Known Implementing Classes:
BrAPIAllOfType,BrAPIArrayType,BrAPIEnumType,BrAPIObjectType,BrAPIOneOfType,BrAPIPrimitiveType,BrAPIReferenceType
public interface BrAPIType
Base class for all BrAPI Types
-
Method Summary
-
Method Details
-
getName
String getName()Gets the name of the BrAPI Type- Returns:
- the name of the BrAPI Type
-