Interface GenericComponentManagement.GenericComponentInfoTuple

  • Enclosing interface:
    GenericComponentManagement

    public static interface GenericComponentManagement.GenericComponentInfoTuple
    A name-value pair holding some information about a component
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of this info tuple. For some categories the names are unique keys (for dictionary information), for others the keys may not be unique, or may all be empty (essentially a list of values).
      • getValue

        java.lang.String getValue()
        Returns:
        the value of this info tuple.