Package com.zerog.ia.auto.project
Class DependencyProperty
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.KeyedData
-
- com.zerog.ia.auto.project.DependencyProperty
-
- All Implemented Interfaces:
Referenceable
public final class DependencyProperty extends KeyedData
Represents a file dependency property.
ThepropertyName
andpropertyValue
properties are for internal use only and should not be set by the end user. To define the file dependency call thesetSourceFile()
method.
-
-
Constructor Summary
Constructors Constructor Description DependencyProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSourceFile()
The path to the file dependency.void
setSourceFile(java.lang.String path)
The path to the file dependency.-
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
-
-