Uses of Class
com.omnisci.thrift.server.TOmniSciException._Fields
-
Packages that use TOmniSciException._Fields Package Description com.omnisci.thrift.server -
-
Uses of TOmniSciException._Fields in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TOmniSciException._Fields Modifier and Type Field Description static Map<TOmniSciException._Fields,org.apache.thrift.meta_data.FieldMetaData>TOmniSciException. metaDataMapMethods in com.omnisci.thrift.server that return TOmniSciException._Fields Modifier and Type Method Description TOmniSciException._FieldsTOmniSciException. fieldForId(int fieldId)static TOmniSciException._FieldsTOmniSciException._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TOmniSciException._FieldsTOmniSciException._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TOmniSciException._FieldsTOmniSciException._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TOmniSciException._FieldsTOmniSciException._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TOmniSciException._Fields[]TOmniSciException._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.omnisci.thrift.server with parameters of type TOmniSciException._Fields Modifier and Type Method Description ObjectTOmniSciException. getFieldValue(TOmniSciException._Fields field)booleanTOmniSciException. isSet(TOmniSciException._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTOmniSciException. setFieldValue(TOmniSciException._Fields field, Object value)
-