Class Types
java.lang.Object
net.ssehub.easy.varModel.model.datatypes.Types
Collects all types defined for IVML.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddBasicType(IDatatype type) Registers a basic type for retrieval by name.static final IDatatypegetBasicTypeByName(String name) Returns a basic type by name.static final IDatatype[]getTypes()Returns the currently known types.
-
Field Details
-
TYPES
-
BASIC
-
-
Constructor Details
-
Types
private Types()Prevents external creation.
-
-
Method Details
-
getTypes
Returns the currently known types.- Returns:
- the currently known types
-
addBasicType
Registers a basic type for retrieval by name.- Parameters:
type- the basic type
-
getBasicTypeByName
Returns a basic type by name.- Parameters:
name- the name of the type- Returns:
- the basic type or null if not found
-