Interface PrometheusDataInfoClass
- All Superinterfaces:
PrometheusStaticDataClass
DataInfoClass interface.
-
Method Summary
Modifier and TypeMethodDescriptionObtain Data Type.booleanisLink()is this a Link?booleanis this a Link Set?Methods inherited from interface io.github.tonywasher.joceanus.prometheus.data.PrometheusStaticDataClass
getClassId, getOrder, name
-
Method Details
-
getDataType
MetisDataType getDataType()Obtain Data Type.- Returns:
- the date type
-
isLink
boolean isLink()is this a Link?- Returns:
- true/false
-
isLinkSet
boolean isLinkSet()is this a Link Set?- Returns:
- true/false
-