X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fbinding%2Fclassfactory%2FTypeClassRepository.java;h=eae9c19f1a77578a4b91fd2968fb11c814e14a32;hb=694c553a3c402b9397ff99e904b4f99b77b51df1;hp=c5c454103c470c5110a924350e2e06750bee5dbb;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/classfactory/TypeClassRepository.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/classfactory/TypeClassRepository.java index c5c454103..eae9c19f1 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/classfactory/TypeClassRepository.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/binding/classfactory/TypeClassRepository.java @@ -1,31 +1,31 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 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.databoard.binding.classfactory; - -import org.simantics.databoard.binding.Binding; -import org.simantics.databoard.type.Datatype; - -public class TypeClassRepository { - - - static class Item { - - String descriptor; - String signature; - Datatype type; - Class clazz; - Binding binding; - - } - - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 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.databoard.binding.classfactory; + +import org.simantics.databoard.binding.Binding; +import org.simantics.databoard.type.Datatype; + +public class TypeClassRepository { + + + static class Item { + + String descriptor; + String signature; + Datatype type; + Class clazz; + Binding binding; + + } + + +}