Interface EBXTable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EBXFieldget(com.orchestranetworks.schema.Path fieldPath)Returns the field matching the specified path.
-
-
-
Method Detail
-
get
EBXField get(com.orchestranetworks.schema.Path fieldPath)
Returns the field matching the specified path.- Throws:
java.lang.IllegalArgumentException- if either:- The path is
null. - No field found for the specified path.
- The field is not accessible.
- The field is an association node.
- The field is a selection node.
- The field is complex.
- The path is
-
-