Interface Record


  • public interface Record
    Gets data contained in the current record.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object get​(com.orchestranetworks.schema.Path path)
      Returns the value of a specific path.
    • Method Detail

      • get

        java.lang.Object get​(com.orchestranetworks.schema.Path path)
                      throws com.orchestranetworks.schema.PathAccessException
        Returns the value of a specific path.
        Throws:
        com.orchestranetworks.schema.PathAccessException