public class BayAdapter extends SclElementAdapter<VoltageLevelAdapter,TBay>
A representation of the model object BayAdapter.

The following features are supported:

  1. Adapter
  2. Principal functions

XPATH Example :

          Bay[@name="BayName"]
      

See Also:
  • Constructor Details

    • BayAdapter

      public BayAdapter(VoltageLevelAdapter parentAdapter)
      Constructor
      Parameters:
      parentAdapter - Parent container reference
    • BayAdapter

      public BayAdapter(VoltageLevelAdapter parentAdapter, TBay currentElem)
      Constructor
      Parameters:
      parentAdapter - Parent container reference
      currentElem - Current reference
    • BayAdapter

      public BayAdapter(VoltageLevelAdapter parentAdapter, String bayName) throws ScdException
      Constructor
      Parameters:
      parentAdapter - Parent container reference
      bayName - BAY name reference
      Throws:
      ScdException
  • Method Details