Package com.zerog.ia.auto.project
Class ProjectBuildTimeVariableAtom
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.ProjectBuildTimeVariableAtom
-
- All Implemented Interfaces:
Referenceable
public final class ProjectBuildTimeVariableAtom extends ProjectObject
Defines a variable that gets resolved during the building of the project
-
-
Constructor Summary
Constructors Constructor Description ProjectBuildTimeVariableAtom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
To get variable key.java.lang.String
getValue()
To get variable value.void
setKey(java.lang.String keyValue)
To set variable key.void
setValue(java.lang.String value)
To set variable value.-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-