public interface NamingPatternLevel extends RMCustomObject
PatternLevel
custom object.
Each naming pattern level represents the file plan hierarchy level to which a
NamingPattern
applies.
A specific naming pattern level belonging to a NamingPattern
instance can be acquired using the NamingPattern.getNamingPatternLevel
method. All naming pattern levels belonging to a NamingPattern
instance can be acquired using the NamingPattern.getNamingPatternLevels
method.
A new naming pattern level instance can be created using the
NamingPattern.createNamingPatternLevel
method. The resulting
new naming pattern level can then be further defined.
The new naming pattern level is persisted to the file plan
repository when its save
method is called.
NamingPattern
Modifier and Type | Method and Description |
---|---|
AppliedForCategoryOrFolder |
getAppliedFor()
Returns the
AppliedFor property value. |
java.lang.Integer |
getIncrementedBy()
Returns the
IncrementedBy property value. |
NamingPattern |
getNamingPattern()
Returns the
NamingPattern instance to which this
naming pattern level belongs. |
java.lang.Integer |
getPatternLevelNumber()
Returns the
LevelNumber property value. |
java.lang.String |
getPatternString()
Returns the
PatternString property value. |
void |
setAppliedFor(AppliedForCategoryOrFolder value)
Sets the
AppliedFor property value. |
void |
setIncrementedBy(java.lang.Integer value)
Sets the
IncrementedBy property value. |
void |
setPatternLevelNumber(java.lang.Integer value)
Sets the
LevelNumber property value. |
void |
setPatternString(java.lang.String value)
Sets the
PatternString property value. |
delete
getAccessAllowed, getClassDescription, getClassName, getClientIdentifier, getContainedBy, getDomainType, getEntityType, getName, getObjectIdentity, getPermissions, getProperties, getRepository, isCreationPending, isPlaceholder, refresh, refresh, refresh
save, setPermissions
getAuditedEvents
java.lang.Integer getPatternLevelNumber()
LevelNumber
property value.Integer
value.void setPatternLevelNumber(java.lang.Integer value)
LevelNumber
property value.value
- An Integer
value. This entry cannot be null
.java.lang.String getPatternString()
PatternString
property value.String
value.void setPatternString(java.lang.String value)
PatternString
property value.value
- A String
value. This entry cannot be null
.java.lang.Integer getIncrementedBy()
IncrementedBy
property value.Integer
value. This entry can be null
.void setIncrementedBy(java.lang.Integer value)
IncrementedBy
property value.value
- An Integer
value.AppliedForCategoryOrFolder getAppliedFor()
AppliedFor
property value.AppliedForCategoryOrFolder
value.void setAppliedFor(AppliedForCategoryOrFolder value)
AppliedFor
property value.value
- a AppliedForCategoryOrFolder
value. This entry cannot be null
.NamingPattern getNamingPattern()
NamingPattern
instance to which this
naming pattern level belongs.NamingPattern
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.