public class BuiltInRules extends Object
AbstractCustomLintingRule in the pom.xml file.| Constructor and Description |
|---|
BuiltInRules()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AliasesShouldBeListedInDictionary |
getAliasesShouldBeListedInDictionary()
A simple getter for the
aliasesShouldBeListedInDictionary property. |
AliasesShouldBeUnique |
getAliasesShouldBeUnique()
A simple getter for the
aliasesShouldBeUnique property. |
AliasesShouldFollowStandardConvention |
getAliasesShouldFollowStandardConvention()
A simple getter for the
aliasesShouldFollowStandardConvention property. |
NoDuplicateRelationships |
getNoDuplicateRelationships()
A simple getter for the
noDuplicateRelationships property. |
NoOrphanAliasInBoundaries |
getNoOrphanAliasInBoundaries()
A simple getter for the
noOrphanAliasInBoundaries property. |
NoOrphanAliasInLayouts |
getNoOrphanAliasInLayouts()
A simple getter for the
noOrphanAliasInLayouts property. |
NoOrphanAliasInRelationships |
getNoOrphanAliasInRelationships()
A simple getter for the
noOrphanAliasInRelationships property. |
void |
setAliasesShouldBeListedInDictionary(AliasesShouldBeListedInDictionary aliasesShouldBeListedInDictionary)
A simple setter for the
aliasesShouldBeListedInDictionary property. |
void |
setAliasesShouldBeUnique(AliasesShouldBeUnique aliasesShouldBeUnique)
A simple setter for the
aliasesShouldBeUnique property. |
void |
setAliasesShouldFollowStandardConvention(AliasesShouldFollowStandardConvention aliasesShouldFollowStandardConvention)
A simple setter for the
aliasesShouldFollowStandardConvention property. |
void |
setNoDuplicateRelationships(NoDuplicateRelationships noDuplicateRelationships)
A simple setter for the
noDuplicateRelationships property. |
void |
setNoOrphanAliasInBoundaries(NoOrphanAliasInBoundaries noOrphanAliasInBoundaries)
A simple setter for the
noOrphanAliasInBoundaries property. |
void |
setNoOrphanAliasInLayouts(NoOrphanAliasInLayouts noOrphanAliasInLayouts)
A simple setter for the
noOrphanAliasInLayouts property. |
void |
setNoOrphanAliasInRelationships(NoOrphanAliasInRelationships noOrphanAliasInRelationships)
A simple setter for the
noOrphanAliasInRelationships property. |
public BuiltInRules()
NullPointerException.public AliasesShouldBeListedInDictionary getAliasesShouldBeListedInDictionary()
aliasesShouldBeListedInDictionary property.aliasesShouldBeListedInDictionary property.public AliasesShouldBeUnique getAliasesShouldBeUnique()
aliasesShouldBeUnique property.aliasesShouldBeUnique property.public AliasesShouldFollowStandardConvention getAliasesShouldFollowStandardConvention()
aliasesShouldFollowStandardConvention property.aliasesShouldFollowStandardConvention property.public NoDuplicateRelationships getNoDuplicateRelationships()
noDuplicateRelationships property.noDuplicateRelationships property.public NoOrphanAliasInBoundaries getNoOrphanAliasInBoundaries()
noOrphanAliasInBoundaries property.noOrphanAliasInBoundaries property.public NoOrphanAliasInLayouts getNoOrphanAliasInLayouts()
noOrphanAliasInLayouts property.noOrphanAliasInLayouts property.public NoOrphanAliasInRelationships getNoOrphanAliasInRelationships()
noOrphanAliasInRelationships property.noOrphanAliasInRelationships property.public void setAliasesShouldBeListedInDictionary(AliasesShouldBeListedInDictionary aliasesShouldBeListedInDictionary)
aliasesShouldBeListedInDictionary property.aliasesShouldBeListedInDictionary - the value to set.public void setAliasesShouldBeUnique(AliasesShouldBeUnique aliasesShouldBeUnique)
aliasesShouldBeUnique property.aliasesShouldBeUnique - the value to set.public void setAliasesShouldFollowStandardConvention(AliasesShouldFollowStandardConvention aliasesShouldFollowStandardConvention)
aliasesShouldFollowStandardConvention property.aliasesShouldFollowStandardConvention - the value to set.public void setNoDuplicateRelationships(NoDuplicateRelationships noDuplicateRelationships)
noDuplicateRelationships property.noDuplicateRelationships - the value to set.public void setNoOrphanAliasInBoundaries(NoOrphanAliasInBoundaries noOrphanAliasInBoundaries)
noOrphanAliasInBoundaries property.noOrphanAliasInBoundaries - the value to set.public void setNoOrphanAliasInLayouts(NoOrphanAliasInLayouts noOrphanAliasInLayouts)
noOrphanAliasInLayouts property.noOrphanAliasInLayouts - the value to set.public void setNoOrphanAliasInRelationships(NoOrphanAliasInRelationships noOrphanAliasInRelationships)
noOrphanAliasInRelationships property.noOrphanAliasInRelationships - the value to set.Copyright © 2020. All rights reserved.