Interface DocumentExtension
-
- All Superinterfaces:
BasicDbObjectExtension
,org.eclipse.emf.ecore.EObject
,IBmObject
,MdObjectExtension
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
DocumentExtensionImpl
public interface DocumentExtension extends BasicDbObjectExtension
A representation of the model object 'Document Extension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyState
getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' attribute.MdPropertyState
getDefaultListForm()
Returns the value of the 'Default List Form' attribute.MdPropertyState
getDefaultObjectForm()
Returns the value of the 'Default Object Form' attribute.MdPropertyState
getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.MdPropertyState
getNumberLength()
Returns the value of the 'Number Length' attribute.MdPropertyState
getNumberType()
Returns the value of the 'Number Type' attribute.MdPropertyState
getRegisterRecords()
Returns the value of the 'Register Records' attribute.void
setDefaultChoiceForm(MdPropertyState value)
Sets the value of the 'Default Choice Form
' attribute.void
setDefaultListForm(MdPropertyState value)
Sets the value of the 'Default List Form
' attribute.void
setDefaultObjectForm(MdPropertyState value)
Sets the value of the 'Default Object Form
' attribute.void
setNumberAllowedLength(MdPropertyState value)
Sets the value of the 'Number Allowed Length
' attribute.void
setNumberLength(MdPropertyState value)
Sets the value of the 'Number Length
' attribute.void
setNumberType(MdPropertyState value)
Sets the value of the 'Number Type
' attribute.void
setRegisterRecords(MdPropertyState value)
Sets the value of the 'Register Records
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.BasicDbObjectExtension
getManagerModule, getObjectModule, setManagerModule, setObjectModule
-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, setExtendedConfigurationObject
-
-
-
-
Method Detail
-
getNumberType
MdPropertyState getNumberType()
Returns the value of the 'Number Type' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Number Type' attribute.
- See Also:
MdPropertyState
,setNumberType(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_NumberType()
-
setNumberType
void setNumberType(MdPropertyState value)
Sets the value of the 'Number Type
' attribute.- Parameters:
value
- the new value of the 'Number Type' attribute.- See Also:
MdPropertyState
,getNumberType()
-
getNumberLength
MdPropertyState getNumberLength()
Returns the value of the 'Number Length' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Number Length' attribute.
- See Also:
MdPropertyState
,setNumberLength(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_NumberLength()
-
setNumberLength
void setNumberLength(MdPropertyState value)
Sets the value of the 'Number Length
' attribute.- Parameters:
value
- the new value of the 'Number Length' attribute.- See Also:
MdPropertyState
,getNumberLength()
-
getNumberAllowedLength
MdPropertyState getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Number Allowed Length' attribute.
- See Also:
MdPropertyState
,setNumberAllowedLength(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_NumberAllowedLength()
-
setNumberAllowedLength
void setNumberAllowedLength(MdPropertyState value)
Sets the value of the 'Number Allowed Length
' attribute.- Parameters:
value
- the new value of the 'Number Allowed Length' attribute.- See Also:
MdPropertyState
,getNumberAllowedLength()
-
getDefaultObjectForm
MdPropertyState getDefaultObjectForm()
Returns the value of the 'Default Object Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default Object Form' attribute.
- See Also:
MdPropertyState
,setDefaultObjectForm(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_DefaultObjectForm()
-
setDefaultObjectForm
void setDefaultObjectForm(MdPropertyState value)
Sets the value of the 'Default Object Form
' attribute.- Parameters:
value
- the new value of the 'Default Object Form' attribute.- See Also:
MdPropertyState
,getDefaultObjectForm()
-
getDefaultListForm
MdPropertyState getDefaultListForm()
Returns the value of the 'Default List Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default List Form' attribute.
- See Also:
MdPropertyState
,setDefaultListForm(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(MdPropertyState value)
Sets the value of the 'Default List Form
' attribute.- Parameters:
value
- the new value of the 'Default List Form' attribute.- See Also:
MdPropertyState
,getDefaultListForm()
-
getDefaultChoiceForm
MdPropertyState getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default Choice Form' attribute.
- See Also:
MdPropertyState
,setDefaultChoiceForm(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_DefaultChoiceForm()
-
setDefaultChoiceForm
void setDefaultChoiceForm(MdPropertyState value)
Sets the value of the 'Default Choice Form
' attribute.- Parameters:
value
- the new value of the 'Default Choice Form' attribute.- See Also:
MdPropertyState
,getDefaultChoiceForm()
-
getRegisterRecords
MdPropertyState getRegisterRecords()
Returns the value of the 'Register Records' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Register Records' attribute.
- See Also:
MdPropertyState
,setRegisterRecords(MdPropertyState)
,MdClassExtensionPackage.getDocumentExtension_RegisterRecords()
-
setRegisterRecords
void setRegisterRecords(MdPropertyState value)
Sets the value of the 'Register Records
' attribute.- Parameters:
value
- the new value of the 'Register Records' attribute.- See Also:
MdPropertyState
,getRegisterRecords()
-
-