Package com.zerog.ia.auto.project.rules
Class Checki5OSPrimaryLanguageInstallRule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.rules.Rule
-
- com.zerog.ia.auto.project.rules.Checki5OSPrimaryLanguageInstallRule
-
- All Implemented Interfaces:
Referenceable
public final class Checki5OSPrimaryLanguageInstallRule extends Rule
Ai5OSPrimaryLanguageInstallCondition
allows developers to compare one or more primary language settings with the primary language of a target i5/OS system. Any action to which this rule is assigned can be conditionally performed based on whether the primary language was matched on the target i5/OS system.
-
-
Constructor Summary
Constructors Constructor Description Checki5OSPrimaryLanguageInstallRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector<java.lang.String>
getDoNotInstallOnList()
To get the list of primary languages that the rules will not pass.java.util.Vector<java.lang.String>
getInstallOnList()
To get the list of primary languages that the rules will pass.void
setDoNotInstallOnList(java.util.Vector<java.lang.String> _doNotInstallOnList)
To set the list of primary languages that the rules will not pass.void
setInstallOnList(java.util.Vector<java.lang.String> _installOnList)
To set the list of primary languages that the rules will pass.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
setInstallOnList
public void setInstallOnList(java.util.Vector<java.lang.String> _installOnList)
To set the list of primary languages that the rules will pass.
-
setDoNotInstallOnList
public void setDoNotInstallOnList(java.util.Vector<java.lang.String> _doNotInstallOnList)
To set the list of primary languages that the rules will not pass.
-
getInstallOnList
public java.util.Vector<java.lang.String> getInstallOnList()
To get the list of primary languages that the rules will pass.
-
getDoNotInstallOnList
public java.util.Vector<java.lang.String> getDoNotInstallOnList()
To get the list of primary languages that the rules will not pass.
-
-