Uses of Class
com.openinventor.ldm.SoLDMDataAccess.ErrorValues
-
Packages that use SoLDMDataAccess.ErrorValues Package Description com.openinventor.ldm Large Data Management. -
-
Uses of SoLDMDataAccess.ErrorValues in com.openinventor.ldm
Methods in com.openinventor.ldm that return SoLDMDataAccess.ErrorValues Modifier and Type Method Description static SoLDMDataAccess.ErrorValues
SoLDMDataAccess.ErrorValues. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLDMDataAccess.ErrorValues
SoLDMDataAccess.ErrorValues. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLDMDataAccess.ErrorValues[]
SoLDMDataAccess.ErrorValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-