public class ReferencedAttributeTypeRuleDataDMO extends RuleDataDMO implements DmcNamedObjectIF, Serializable
\n ReferencedAttributeTypeRuleData\n ruleName dmvNRRApplyToAttribute\n ruleTitle The applyToAttribute attribute in a NumericRangeRuleData instance must refer to an Integer, Long, Float or Double attribute\n applyToAttribute applyToAttribute\n applyToClass NumericRangeRuleData\n allowedType Integer\n allowedType Long\n allowedType Float\n allowedType Double\n\n In this case, we're restricting the applyToAttribute to be a numeric type, either Integer, Long Float or Double.\n
\n You can also restrict the valueType of an attribute reference, for instance:\n
\n
ReferencedAttributeTypeRuleData\n ruleName dmvLhs\n ruleTitle
The lhs attribute must be a single valued Integer, Long, Float or
Double\n applyToAttribute lhs\n applyToClass
RelatedNumbersRuleData\n allowedType Integer\n allowedType
Long\n allowedType Float\n allowedType Double\n
allowedValueType SINGLE\n \n Here, we're indicating that the lhs
(left hand side) attribute must be single valued.
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:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
ReferencedAttributeTypeRuleDataDMO() |
|
ReferencedAttributeTypeRuleDataDMO(DmcTypeModifierMV mods) |
protected |
ReferencedAttributeTypeRuleDataDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addAllowedType(Object value)
Adds another allowedType value.
|
DmcAttribute<?> |
addAllowedType(TypeDefinitionDMO value)
Adds another allowedType to the specified value.
|
DmcAttribute<?> |
addDescription(Object value)
Adds another description value.
|
DmcAttribute<?> |
addDescription(String value)
Adds another description to the specified value.
|
DmcAttribute<?> |
delAllowedType(Object value)
Deletes a allowedType value.
|
DmcAttribute<?> |
delDescription(Object value)
Deletes a description value.
|
DmcAttribute<?> |
delDescription(String value)
Deletes a description from the specified value.
|
boolean |
descriptionContains(String value) |
boolean |
equals(Object obj)
This method performs an attribute by attribute comparison of this
object with the specified object and returns true if they are equal.
|
Iterator<TypeDefinitionREF> |
getAllowedType() |
Iterator<TypeDefinitionREF> |
getAllowedTypeREFs() |
int |
getAllowedTypeSize() |
ValueTypeEnum |
getAllowedValueType() |
AttributeDefinitionREF |
getApplyToAttribute() |
AttributeDefinitionREF |
getApplyToAttributeREF() |
Iterator<String> |
getDescription()
The description attribute is used to provide descriptive\n documentation
for schema related definitions.
|
int |
getDescriptionSize() |
ReferencedAttributeTypeRuleDataDMO |
getModificationRecorder() |
ReferencedAttributeTypeRuleDataDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthDescription(int i) |
RuleName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
RuleName |
getRuleName()
The ruleName attribute is used to store a single camelCase format name for
a rule.\n The name starts with a single letter and can be followed by a
mix of letters and numbers.
|
String |
getRuleTitle()
The title of a rule.
|
ReferencedAttributeTypeRuleDataDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
int |
hashCode() |
void |
remAllowedType()
Removes the allowedType attribute value.
|
void |
remAllowedValueType()
Removes the allowedValueType attribute value.
|
void |
remApplyToAttribute()
Removes the applyToAttribute attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remRuleName()
Removes the ruleName attribute value.
|
void |
remRuleTitle()
Removes the ruleTitle attribute value.
|
void |
setAllowedValueType(Object value)
Sets allowedValueType to the specified value.
|
void |
setAllowedValueType(ValueTypeEnum value)
Sets allowedValueType to the specified value.
|
void |
setApplyToAttribute(AttributeDefinitionDMO value)
Sets applyToAttribute to the specified value.
|
void |
setApplyToAttribute(Object value)
Sets applyToAttribute to the specified value.
|
void |
setRuleName(Object value)
Sets ruleName to the specified value.
|
void |
setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
setRuleTitle(Object value)
Sets ruleTitle to the specified value.
|
void |
setRuleTitle(String value)
Sets ruleTitle to the specified value.
|
addMsgParam, getApplyToClass, getDefinedIn, getDescriptionWithNewlines, getFile, getIdToAttrInfo, getImmediateHalt, getLineNumber, getMsgKey, getMsgParam, getStringToAttrInfo, setApplyToClass, setDefinedIn, setFile, setImmediateHalt, setLineNumber, setMsgKeyadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, supportsBackrefTracking, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public ReferencedAttributeTypeRuleDataDMO()
protected ReferencedAttributeTypeRuleDataDMO(String oc)
public ReferencedAttributeTypeRuleDataDMO(DmcTypeModifierMV mods)
public ReferencedAttributeTypeRuleDataDMO getNew()
DmcObjectgetNew in class RuleDataDMOpublic ReferencedAttributeTypeRuleDataDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class RuleDataDMOinfo - the slice infopublic ReferencedAttributeTypeRuleDataDMO getModificationRecorder()
public RuleName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class RuleDataDMOpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class RuleDataDMOpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class DmcObjectobj - The comparison object.public Iterator<String> getDescription()
RuleDataDMOgetDescription in class RuleDataDMOpublic String getNthDescription(int i)
i - the indexpublic DmcAttribute<?> addDescription(String value)
value - Stringpublic boolean descriptionContains(String value)
value - Stringpublic DmcAttribute<?> addDescription(Object value) throws DmcValueException
addDescription in class RuleDataDMOvalue - A value compatible with StringDmcValueException - if value is not correctpublic int getDescriptionSize()
public DmcAttribute<?> delDescription(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delDescription(String value)
value - Stringpublic void remDescription()
public Iterator<TypeDefinitionREF> getAllowedType()
public Iterator<TypeDefinitionREF> getAllowedTypeREFs()
public DmcAttribute<?> addAllowedType(TypeDefinitionDMO value)
value - TypeDefinitionpublic DmcAttribute<?> addAllowedType(Object value) throws DmcValueException
value - A value compatible with TypeDefinitionDmcValueException - if value is not correctpublic int getAllowedTypeSize()
public DmcAttribute<?> delAllowedType(Object value)
value - The TypeDefinition to be deleted from set of attribute values.public void remAllowedType()
public ValueTypeEnum getAllowedValueType()
public void setAllowedValueType(ValueTypeEnum value)
value - ValueTypeEnumpublic void setAllowedValueType(Object value) throws DmcValueException
value - A value compatible with DmcTypeValueTypeEnumSVDmcValueException - if value is not correctpublic void remAllowedValueType()
public RuleName getRuleName()
RuleDataDMOgetRuleName in class RuleDataDMOpublic void setRuleName(RuleName value)
value - RuleNamepublic void setRuleName(Object value) throws DmcValueException
setRuleName in class RuleDataDMOvalue - A value compatible with DmcTypeRuleNameSVDmcValueException - if value is not correctpublic void remRuleName()
public String getRuleTitle()
RuleDataDMOgetRuleTitle in class RuleDataDMOpublic void setRuleTitle(String value)
value - Stringpublic void setRuleTitle(Object value) throws DmcValueException
setRuleTitle in class RuleDataDMOvalue - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remRuleTitle()
public AttributeDefinitionREF getApplyToAttribute()
public AttributeDefinitionREF getApplyToAttributeREF()
public void setApplyToAttribute(AttributeDefinitionDMO value)
value - AttributeDefinitionDMOpublic void setApplyToAttribute(Object value) throws DmcValueException
value - A value compatible with DmcTypeAttributeDefinitionREFSVDmcValueException - if value is not correctpublic void remApplyToAttribute()
Copyright © 2023. All rights reserved.