Interface DocumentNumerator
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentNumeratorImpl
public interface DocumentNumerator extends MdObject
A representation of the model object 'Document Numerator'.The following features are supported:
- See Also:
MdClassPackage.getDocumentNumerator()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedLength
getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.int
getNumberLength()
Returns the value of the 'Number Length' attribute.DocumentNumberPeriodicity
getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.DocumentNumberType
getNumberType()
Returns the value of the 'Number Type' attribute.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.boolean
isCheckUnique()
Returns the value of the 'Check Unique' attribute.void
setCheckUnique(boolean value)
Sets the value of the 'Check Unique
' attribute.void
setNumberAllowedLength(AllowedLength value)
Sets the value of the 'Number Allowed Length
' attribute.void
setNumberLength(int value)
Sets the value of the 'Number Length
' attribute.void
setNumberPeriodicity(DocumentNumberPeriodicity value)
Sets the value of the 'Number Periodicity
' attribute.void
setNumberType(DocumentNumberType value)
Sets the value of the 'Number Type
' attribute.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getNumberType
DocumentNumberType getNumberType()
Returns the value of the 'Number Type' attribute. The literals are from the enumerationDocumentNumberType
.- Returns:
- the value of the 'Number Type' attribute.
- See Also:
DocumentNumberType
,setNumberType(DocumentNumberType)
,MdClassPackage.getDocumentNumerator_NumberType()
-
setNumberType
void setNumberType(DocumentNumberType value)
Sets the value of the 'Number Type
' attribute.- Parameters:
value
- the new value of the 'Number Type' attribute.- See Also:
DocumentNumberType
,getNumberType()
-
getNumberLength
int getNumberLength()
Returns the value of the 'Number Length' attribute.- Returns:
- the value of the 'Number Length' attribute.
- See Also:
setNumberLength(int)
,MdClassPackage.getDocumentNumerator_NumberLength()
-
setNumberLength
void setNumberLength(int value)
Sets the value of the 'Number Length
' attribute.- Parameters:
value
- the new value of the 'Number Length' attribute.- See Also:
getNumberLength()
-
getNumberAllowedLength
AllowedLength getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute. The literals are from the enumerationAllowedLength
.- Returns:
- the value of the 'Number Allowed Length' attribute.
- See Also:
AllowedLength
,setNumberAllowedLength(AllowedLength)
,MdClassPackage.getDocumentNumerator_NumberAllowedLength()
-
setNumberAllowedLength
void setNumberAllowedLength(AllowedLength value)
Sets the value of the 'Number Allowed Length
' attribute.- Parameters:
value
- the new value of the 'Number Allowed Length' attribute.- See Also:
AllowedLength
,getNumberAllowedLength()
-
getNumberPeriodicity
DocumentNumberPeriodicity getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute. The literals are from the enumerationDocumentNumberPeriodicity
.- Returns:
- the value of the 'Number Periodicity' attribute.
- See Also:
DocumentNumberPeriodicity
,setNumberPeriodicity(DocumentNumberPeriodicity)
,MdClassPackage.getDocumentNumerator_NumberPeriodicity()
-
setNumberPeriodicity
void setNumberPeriodicity(DocumentNumberPeriodicity value)
Sets the value of the 'Number Periodicity
' attribute.- Parameters:
value
- the new value of the 'Number Periodicity' attribute.- See Also:
DocumentNumberPeriodicity
,getNumberPeriodicity()
-
isCheckUnique
boolean isCheckUnique()
Returns the value of the 'Check Unique' attribute.- Returns:
- the value of the 'Check Unique' attribute.
- See Also:
setCheckUnique(boolean)
,MdClassPackage.getDocumentNumerator_CheckUnique()
-
setCheckUnique
void setCheckUnique(boolean value)
Sets the value of the 'Check Unique
' attribute.- Parameters:
value
- the new value of the 'Check Unique' attribute.- See Also:
isCheckUnique()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject)
,MdClassPackage.getDocumentNumerator_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-