\n ValueLengthRuleData\n ruleName userNameLength\n ruleTitle The user name must be between 6 and 20 characters\n applyToAttribute userNameString\n minLength 6\n maxLength 20\n\n Or, just a minimum length:\n
\n ValueLengthRuleData\n ruleName tagLength\n ruleTitle Tag information must be 4 characters or more.\n applyToAttribute dataTag\n applyToClass chunkOfData\n minLength 4\n\n Or, just a maximum length:\n
\n ValueLengthRuleData\n ruleName infoLength\n ruleTitle The info must be less than or equal to 50 characters.\n applyToAttribute info\n applyToClass chunkOfData\n maxLength 50\n\n NOTE: If you have added types via the TypeDefinition mechanisms, you should ensure\n that you have overloaded the toString() method of the primitiveType that\n you're using.
Generated from the dmv schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:133)
|
|
|
|