/** * Generated with Acceleo */ package org.obeonetwork.dsl.typeslibrary.providers; import org.eclipse.osgi.util.NLS; /** * * */ public class TypeslibraryMessages extends NLS { private static final String BUNDLE_NAME = "org.obeonetwork.dsl.typeslibrary.providers.typeslibraryMessages"; //$NON-NLS-1$ public static String NativeTypesLibraryPropertiesEditionPart_PropertiesGroupLabel; public static String TypeInstancePropertiesEditionPart_PropertiesGroupLabel; public static String NativeTypePropertiesEditionPart_PropertiesGroupLabel; public static String ComplexNamedTypePropertiesEditionPart_PropertiesGroupLabel; public static String SimpleNamedTypePropertiesEditionPart_PropertiesGroupLabel; public static String UserDefinedTypeRefPropertiesEditionPart_PropertiesGroupLabel; public static String UserDefinedTypesLibraryPropertiesEditionPart_PropertiesGroupLabel; public static String NativeTypesLibrary_ReadOnly; public static String NativeTypesLibrary_Part_Title; public static String TypeInstance_ReadOnly; public static String TypeInstance_Part_Title; public static String NativeType_ReadOnly; public static String NativeType_Part_Title; public static String ComplexNamedType_ReadOnly; public static String ComplexNamedType_Part_Title; public static String SimpleNamedType_ReadOnly; public static String SimpleNamedType_Part_Title; public static String UserDefinedTypeRef_ReadOnly; public static String UserDefinedTypeRef_Part_Title; public static String UserDefinedTypesLibrary_ReadOnly; public static String UserDefinedTypesLibrary_Part_Title; public static String NativeTypesLibraryPropertiesEditionPart_NameLabel; public static String NativeTypesLibraryPropertiesEditionPart_NativeTypesLabel; public static String TypeInstancePropertiesEditionPart_TypeLabel; public static String TypeInstancePropertiesEditionPart_LengthLabel; public static String TypeInstancePropertiesEditionPart_PrecisionLabel; public static String TypeInstancePropertiesEditionPart_LiteralsLabel; public static String NativeTypePropertiesEditionPart_NameLabel; public static String NativeTypePropertiesEditionPart_SpecLabel; public static String NativeTypePropertiesEditionPart_MapsToLabel; public static String ComplexNamedTypePropertiesEditionPart_NameLabel; public static String ComplexNamedTypePropertiesEditionPart_TypesLabel; public static String SimpleNamedTypePropertiesEditionPart_NameLabel; public static String SimpleNamedTypePropertiesEditionPart_TypeLabel; public static String UserDefinedTypeRefPropertiesEditionPart_TypeLabel; public static String UserDefinedTypesLibraryPropertiesEditionPart_NameLabel; public static String UserDefinedTypesLibraryPropertiesEditionPart_UserDefinedTypesLabel; public static String PropertiesEditionPart_DocumentationLabel; public static String PropertiesEditionPart_IntegerValueMessage; public static String PropertiesEditionPart_FloatValueMessage; public static String PropertiesEditionPart_ShortValueMessage; public static String PropertiesEditionPart_LongValueMessage; public static String PropertiesEditionPart_ByteValueMessage; public static String PropertiesEditionPart_BigIntegerValueMessage; public static String PropertiesEditionPart_BigDecimalValueMessage; public static String PropertiesEditionPart_DoubleValueMessage; public static String PropertiesEditionPart_PropertiesGroupLabel; public static String PropertiesEditionPart_RequiredFeatureMessage; public static String PropertiesEditionPart_AddTableViewerLabel; public static String PropertiesEditionPart_EditTableViewerLabel; public static String PropertiesEditionPart_RemoveTableViewerLabel; public static String PropertiesEditionPart_AddListViewerLabel; public static String PropertiesEditionPart_RemoveListViewerLabel; // Start of user code for additionnal NLS Constants // End of user code static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, TypeslibraryMessages.class); } private TypeslibraryMessages() { //protect instanciation } }