Class LAXProperty
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.KeyedData
-
- com.zerog.ia.auto.project.actions.LAXProperty
-
- All Implemented Interfaces:
Referenceable
public final class LAXProperty extends KeyedData
A property that will be placed in a LaunchAnywhere properties file.
-
-
Constructor Summary
Constructors Constructor Description LAXProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPropertyComment()
Comment of the LAX property.void
setPropertyComment(java.lang.String PropertyComment)
Comment of the LAX property.-
Methods inherited from class com.zerog.ia.auto.project.KeyedData
getBidiOption, getPropertyName, getPropertyValue, isSubstituteUnknownVariable, setBidiOption, setPropertyName, setPropertyValue, setSubstituteUnknownVariable
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-