Class ProjectBuildTimeVariableAtom

  • All Implemented Interfaces:
    Referenceable

    public final class ProjectBuildTimeVariableAtom
    extends ProjectObject
    Defines a variable that gets resolved during the building of the project
    • Constructor Detail

      • ProjectBuildTimeVariableAtom

        public ProjectBuildTimeVariableAtom()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        To get variable key.
      • setKey

        public void setKey​(java.lang.String keyValue)
        To set variable key.
      • getValue

        public java.lang.String getValue()
        To get variable value.
      • setValue

        public void setValue​(java.lang.String value)
        To set variable value.