Interface MobileClientSign
-
- All Superinterfaces:
AbstractMobileClientSign,BasicMobileClientSign,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ConvertedMobileClientSign
- All Known Implementing Classes:
ConvertedMobileClientSignImpl,MobileClientSignImpl
public interface MobileClientSign extends BasicMobileClientSign
A representation of the model object 'Mobile Client Sign'.The following features are supported:
- See Also:
MdClassPackage.getMobileClientSign()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MobileClientDigestTypesgetDigestTypes()Returns the value of the 'Digest Types' containment reference.voidsetDigestTypes(MobileClientDigestTypes value)Sets the value of the 'Digest Types' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicMobileClientSign
getDigest, getPublicKey, setDigest, setPublicKey
-
-
-
-
Method Detail
-
getDigestTypes
MobileClientDigestTypes getDigestTypes()
Returns the value of the 'Digest Types' containment reference.- Returns:
- the value of the 'Digest Types' containment reference.
- See Also:
setDigestTypes(MobileClientDigestTypes),MdClassPackage.getMobileClientSign_DigestTypes()
-
setDigestTypes
void setDigestTypes(MobileClientDigestTypes value)
Sets the value of the 'Digest Types' containment reference.- Parameters:
value- the new value of the 'Digest Types' containment reference.- See Also:
getDigestTypes()
-
-