Uses of Class
spark.data.SVal

Packages that use SVal
spark.data The Spark data facility provides a general mechanism for accessing objects and their components. 
 

Uses of SVal in spark.data
 

Methods in spark.data that return SVal
 SVal SV.type()
          Returns the type of value stored.
static SVal SVal.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SVal[] SVal.values()
          Returns an array containing the constants of this enum type, in the order they are declared.