Interface ConvertedMobileClientSign
-
- All Superinterfaces:
AbstractMobileClientSign
,BasicMobileClientSign
,org.eclipse.emf.ecore.EObject
,MobileClientSign
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConvertedMobileClientSignImpl
public interface ConvertedMobileClientSign extends MobileClientSign
A representation of the model object 'Converted Mobile Client Sign'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isConverted()
Returns the value of the 'Converted' attribute.void
setConverted(boolean value)
Sets the value of the 'Converted
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicMobileClientSign
getDigest, getPublicKey, setDigest, setPublicKey
-
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.MobileClientSign
getDigestTypes, setDigestTypes
-
-
-
-
Method Detail
-
isConverted
boolean isConverted()
Returns the value of the 'Converted' attribute.- Returns:
- the value of the 'Converted' attribute.
- See Also:
setConverted(boolean)
,MdClassPackage.getConvertedMobileClientSign_Converted()
-
setConverted
void setConverted(boolean value)
Sets the value of the 'Converted
' attribute.- Parameters:
value
- the new value of the 'Converted' attribute.- See Also:
isConverted()
-
-