Class EntityType

    • Field Detail

      • ROOT

        public static final EntityType ROOT
        The constant ROOT.
    • Method Detail

      • make

        public static EntityType make​(EntityType parent,
                                      String name)
        Makes a new or retrieves an existing EntityType with the given parent and name
        Parameters:
        parent - the parent EntityType
        name - the name of the EntityType
        Returns:
        the EntityType
      • make

        public static EntityType make​(String name)
        Makes a new or retrieves an existing EntityType.
        Parameters:
        name - the name of the EntityType
        Returns:
        the EntityType
      • values

        public static Collection<EntityType> values()
        Returns a collection of all currently registered EntityType
        Returns:
        the collection of EntityType