Property Event

Fired once for each property found within an entity.

Syntax

public class DefaultOdataEventListener implements OdataEventListener {
  ...
  public void property(OdataPropertyEvent e) {}
  ...
}

public class OdataPropertyEvent {
  public String name;
  public String typeName;
  public boolean nullable;
}

Remarks

The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Android Edition - Version 20.0 [Build 8307]