Documentation
¶
Index ¶
Constants ¶
View Source
const LIST_TEMPLATE = "List<%s>"
Variables ¶
View Source
var CS_TYPE_MAP = map[string]string{
"boolean": "bool",
"date": "DateTime",
"dateTime": "DateTime",
}
View Source
var CS_VALUE_TYPES = []string{
"bool",
"byte",
"char",
"decimal",
"double",
"float",
"int",
"long",
"DateTime"}
View Source
var JAVA_TYPE_MAP = map[string]string{
"string": "String",
"boolean": "Boolean",
"date": "Date",
"dateTime": "Date",
"float": "Float",
"double": "Double",
"long": "Long",
"int": "Integer",
"hovedklasse": "FintMainObject",
"referanse": "FintReference",
"abstrakt": "FintAbstractObject",
"datatype": "FintComplexDatatypeObject",
}
Functions ¶
func GetJavaType ¶
func IsValueType ¶ added in v1.6.0
Types ¶
type Association ¶
type Class ¶
type Class struct { Name string Abstract bool Deprecated bool Extends string Package string Imports []string Namespace string Using []string Documentation string Attributes []Attribute Relations []Association Resources []Attribute Resource bool ExtendsResource bool Identifiable bool GitTag string Stereotype string }
Click to show internal directories.
Click to hide internal directories.