Class ProfileTableCreationRule
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.Rule
-
- com.opencloud.slee.upgrade.transformation.model.ProfileTableCreationRule
-
public class ProfileTableCreationRule extends Rule
A type of rule for creating and adding a profile table to the export data.
Note: this is not a subclass ofProfileRule, because it exists outside of any existing profile context.
-
-
Constructor Summary
Constructors Constructor Description ProfileTableCreationRule(java.lang.String tableName, java.lang.String specName, java.lang.String specVendor, java.lang.String specVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformableProfileTablecreateTable(ProblemCollector problemCollector)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
createTable
public TransformableProfileTable createTable(ProblemCollector problemCollector)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-