Uses of Class
uk.gov.gchq.gaffer.data.element.ReservedPropertyNames
-
Packages that use ReservedPropertyNames Package Description uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges). -
-
Uses of ReservedPropertyNames in uk.gov.gchq.gaffer.data.element
Methods in uk.gov.gchq.gaffer.data.element that return ReservedPropertyNames Modifier and Type Method Description static ReservedPropertyNames
ReservedPropertyNames. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReservedPropertyNames[]
ReservedPropertyNames. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-