Class ModelHelper


  • public final class ModelHelper
    extends Object
    This class represents names of superinterfaces and names of all properties for all generated interfaces.
    • Method Detail

      • getListOfSuperNames

        public static List<String> getListOfSuperNames​(String objectName)
        Parameters:
        objectName - - the name of the object
        Returns:
        List of supernames for the given object
      • getTypes

        public static Set<String> getTypes()
        Returns:
        Set of all type names
      • getListOfProperties

        public static List<String> getListOfProperties​(String objectName)
        Parameters:
        objectName - - the name of the object
        Returns:
        List of names of properties for the given object
      • getListOfLinks

        public static List<String> getListOfLinks​(String objectName)
        Parameters:
        objectName - - the name of the object
        Returns:
        List of names of links for the given object