| Modifier and Type | Required Element and Description |
|---|---|
String |
code
Model code.
|
String |
description
Model human-readable description.
|
String |
title
Model human-readable title.
|
String |
version
Model version.
|
| Modifier and Type | Optional Element and Description |
|---|---|
com.workfusion.vds.sdk.api.hypermodel.ModelType |
type
Model type.
|
public abstract String code
public abstract String title
public abstract String description
public abstract String version
Model versions are compared using semantic versioning, i.e. version '10.0' is higher than '9.0' (although lexicographically '9' is higher than '1').
Copyright © 2020. All rights reserved.