X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.message%2Fsrc%2Forg%2Fsimantics%2Fmessage%2FIMessageDataSchemeExtension.java;fp=bundles%2Forg.simantics.message%2Fsrc%2Forg%2Fsimantics%2Fmessage%2FIMessageDataSchemeExtension.java;h=6b2daff098e0b77503de7df280be557ba6341c8b;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=cda47a2861f61c2256bff3f7f1d6c4ccb6d715ec;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.message/src/org/simantics/message/IMessageDataSchemeExtension.java b/bundles/org.simantics.message/src/org/simantics/message/IMessageDataSchemeExtension.java index cda47a286..6b2daff09 100644 --- a/bundles/org.simantics.message/src/org/simantics/message/IMessageDataSchemeExtension.java +++ b/bundles/org.simantics.message/src/org/simantics/message/IMessageDataSchemeExtension.java @@ -1,44 +1,44 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.message; - -/** - * @author Tuukka Lehtonen - */ -public interface IMessageDataSchemeExtension { - - /** - * @return - */ - String getId(); - - /** - * @return - */ - String getScheme(); - - /** - * @return - */ - String getDescription(); - - /** - * @return null if there is no handler - */ - IMessageSchemeHandler getHandler(); - - /** - * @return - */ - IReferenceSerializer getSerializer(); - +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.message; + +/** + * @author Tuukka Lehtonen + */ +public interface IMessageDataSchemeExtension { + + /** + * @return + */ + String getId(); + + /** + * @return + */ + String getScheme(); + + /** + * @return + */ + String getDescription(); + + /** + * @return null if there is no handler + */ + IMessageSchemeHandler getHandler(); + + /** + * @return + */ + IReferenceSerializer getSerializer(); + } \ No newline at end of file