Uses of Enum Class
com.orientechnologies.orient.core.metadata.schema.OClass.ATTRIBUTES
Packages that use OClass.ATTRIBUTES
Package
Description
-
Uses of OClass.ATTRIBUTES in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return OClass.ATTRIBUTESModifier and TypeMethodDescriptionstatic OClass.ATTRIBUTESReturns the enum constant of this class with the specified name.static OClass.ATTRIBUTES[]OClass.ATTRIBUTES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OClass.ATTRIBUTESModifier and TypeMethodDescriptionOClass.get(OClass.ATTRIBUTES iAttribute) OClassAbstractDelegate.get(OClass.ATTRIBUTES iAttribute) OClassImpl.get(OClass.ATTRIBUTES iAttribute) OImmutableClass.get(OClass.ATTRIBUTES iAttribute) OClass.set(OClass.ATTRIBUTES attribute, Object iValue) OClassAbstractDelegate.set(OClass.ATTRIBUTES attribute, Object iValue) OClassImpl.set(OClass.ATTRIBUTES attribute, Object iValue) OImmutableClass.set(OClass.ATTRIBUTES attribute, Object iValue) -
Uses of OClass.ATTRIBUTES in com.orientechnologies.orient.core.sql.parser
Fields in com.orientechnologies.orient.core.sql.parser declared as OClass.ATTRIBUTES