Class Subpart.ExpressionSubpart

  • All Implemented Interfaces:
    Subpart
    Enclosing interface:
    Subpart

    public static class Subpart.ExpressionSubpart
    extends java.lang.Object
    implements Subpart
    Subpart identifier given by an expression. E.g. ::(concat("layer_", prop("i", "default")))
    • Method Detail

      • getId

        public java.lang.String getId​(Environment env)
        Description copied from interface: Subpart
        Gets the ID of the subpart
        Specified by:
        getId in interface Subpart
        Parameters:
        env - The environment to get it from
        Returns:
        The id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object