Class ServiceField

java.lang.Object
com.trdp.config.ServiceField

public class ServiceField extends Object
Service field definition (<field> element within a service).

Associates a field identifier with a ComID used for field access.

  • Constructor Details

    • ServiceField

      public ServiceField(int id, long comId, String name)
  • Method Details

    • getId

      public int getId()
    • getComId

      public long getComId()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object