Interface Record


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

    Modifier and Type
    Method
    Description
    get(com.orchestranetworks.schema.Path path)
    Returns the value of a specific path.
  • Method Details

    • get

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