Class VersionType
java.lang.Object
net.ssehub.easy.varModel.model.datatypes.BasisDatatype
net.ssehub.easy.varModel.model.datatypes.VersionType
- All Implemented Interfaces:
IDatatype,IDatatypeVisitable
Defines the basis (internal) datatype "Version".
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IDatatypeVisitor visitor) Accepts a specialized visitor for creating a textual representation of the identity of this type.Methods inherited from class net.ssehub.easy.varModel.model.datatypes.BasisDatatype
getGenericType, getGenericTypeCount, getName, getNameSpace, getOperation, getOperationCount, getQualifiedName, getType, getTypeClass, getUniqueName, isAssignableFrom, isPrimitive, isPseudoType
-
Field Details
-
DTYPE
-
TYPE
-
EQUALS
-
UNEQUALS
-
UNEQUALS_ALIAS
-
GREATER
-
LESS
-
GREATER_EQUALS
-
LESS_EQUALS
-
-
Constructor Details
-
VersionType
private VersionType()Constructor for a new type instance.
-
-
Method Details
-
accept
Description copied from interface:IDatatypeVisitableAccepts a specialized visitor for creating a textual representation of the identity of this type.- Specified by:
acceptin interfaceIDatatypeVisitable- Specified by:
acceptin classBasisDatatype- Parameters:
visitor- the visitor to accept
-