Enum Class FeatureRequirementSet.Package

java.lang.Object
java.lang.Enum<FeatureRequirementSet.Package>
org.apache.tinkerpop.gremlin.FeatureRequirementSet.Package
All Implemented Interfaces:
Serializable, Comparable<FeatureRequirementSet.Package>, Constable
Enclosing class:
FeatureRequirementSet

public static enum FeatureRequirementSet.Package extends Enum<FeatureRequirementSet.Package>
  • Enum Constant Details

    • SIMPLE

      public static final FeatureRequirementSet.Package SIMPLE
      Allows for the most basic features of a graph - add edges/vertices withs support for string property values.
    • VERTICES_ONLY

      public static final FeatureRequirementSet.Package VERTICES_ONLY
      Allows for adding of vertices (but not edges) with string property values.
  • Method Details

    • values

      public static FeatureRequirementSet.Package[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FeatureRequirementSet.Package valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • featuresRequired

      public List<FeatureRequirement> featuresRequired()