Modifier and Type | Interface and Description |
---|---|
static class |
Meta.MetaType |
Modifier and Type | Method and Description |
---|---|
double[] |
getDoubleValues() |
long[] |
getLongValues() |
java.lang.String |
getName()
Get the name of the meta.
|
java.lang.String |
getStringValue()
Get the first value of the meta as a string, or null if there is no value.
|
java.util.List<java.lang.String> |
getStringValues()
Get all values of the meta.
|
Meta.MetaType |
getType()
The type defines which of the getXXValue is relevant.
|
MetaValue |
getValue()
Get the first value of the meta.
|
java.util.List<MetaValue> |
getValues()
Get all values of the meta.
|
java.lang.String getName()
Meta.MetaType getType()
java.util.List<MetaValue> getValues()
MetaValue getValue()
java.lang.String getStringValue()
java.util.List<java.lang.String> getStringValues()
long[] getLongValues() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if the meta is not of long type.double[] getDoubleValues()
java.lang.IllegalArgumentException
- if the meta is not of double type.Copyright © 2021 Dassault Systèmes, All Rights Reserved.