Skip to content

class ModelType

Package: swiss.avm.up.core.generic.type.modeltype.javamodel.ModelType

Direct Known Subclasses:


class ModelType extends Type

Use model type if a datatype is different in the platforms. A model type can be used like an enum type.

Properties

comment

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

name

The name of this Resource.

StringLiteral[1..1]

value

ModelTypeValue[0..N]

Method Summary

accept

@FCodeSnippet

Parameters:

ValidatableTypeVisitorLiteral

Return:

Void

getPlatformSpecificType

@FDatatypeLibrary

returns the defined type in the PlatfromAdapter

Parameters:

PlatformType

Return:

Type