Class DataTypeUtil

java.lang.Object
org.yamcs.xtce.util.DataTypeUtil

public class DataTypeUtil extends Object
  • Constructor Details

    • DataTypeUtil

      public DataTypeUtil()
  • Method Details

    • getMemberType

      public static DataType getMemberType(DataType type, PathElement[] path)
      traverses the type hierarchy to retrieve the type referenced by path
      Parameters:
      type - - the type for which the hierarchy is traversed
      path - - the elements used to traverse the hierarchy
      Returns:
      - the found sub-member of the type or null if no member has been found.