public class Property extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
amount |
String |
defaultVariableName
Only valid for properties in master data files.
|
String |
id |
boolean |
isDefiningValue |
String |
masterId
ID field in case the property is from a master data file.
|
String |
mathematicalRelation |
String |
name |
String |
unit |
String |
unitId |
String |
variableName |
| Constructor and Description |
|---|
Property() |
public String id
public String masterId
public String variableName
public String defaultVariableName
public double amount
public boolean isDefiningValue
public String mathematicalRelation
public String unitId
public String name
public String unit
Copyright © 2021. All rights reserved.