Uses of Enum Class
com.orientechnologies.orient.core.metadata.schema.OProperty.ATTRIBUTES
Packages that use OProperty.ATTRIBUTES
-
Uses of OProperty.ATTRIBUTES in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return OProperty.ATTRIBUTESModifier and TypeMethodDescriptionstatic OProperty.ATTRIBUTESReturns the enum constant of this class with the specified name.static OProperty.ATTRIBUTES[]OProperty.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 OProperty.ATTRIBUTESModifier and TypeMethodDescriptionOImmutableProperty.get(OProperty.ATTRIBUTES attribute) OProperty.get(OProperty.ATTRIBUTES iAttribute) OPropertyAbstractDelegate.get(OProperty.ATTRIBUTES iAttribute) OPropertyImpl.get(OProperty.ATTRIBUTES attribute) voidOImmutableProperty.set(OProperty.ATTRIBUTES attribute, Object iValue) voidOProperty.set(OProperty.ATTRIBUTES attribute, Object iValue) voidOPropertyAbstractDelegate.set(OProperty.ATTRIBUTES attribute, Object iValue) voidOPropertyImpl.set(OProperty.ATTRIBUTES attribute, Object iValue)