org.eclipse.stp.core.internal
Class Messages

java.lang.Object
  extended by org.eclipse.osgi.util.NLS
      extended by org.eclipse.stp.core.internal.Messages

public class Messages
extends org.eclipse.osgi.util.NLS


Field Summary
static java.lang.String Attempt_to_modify_an_SCA_
           
static java.lang.String componentDescriptionField_text
           
static java.lang.String componentName_prefix
           
static java.lang.String containerNotExisting_errorText
           
static java.lang.String Could_not_create_class
           
static java.lang.String DataModel_could_not_be_c_
           
static java.lang.String Existing_name_is_same_as_
           
static java.lang.String exportDescriptionField_text
           
static java.lang.String fileNotSupportedForImplementation_errorText
           
static java.lang.String Fileset_for_Module_
           
static java.lang.String IComponentTypeIntrospector_missing_one
           
static java.lang.String importDescriptionField_text
           
static java.lang.String interfaceExistInComponent_errorText
           
static java.lang.String invalidObjectPassed_errorText
           
static java.lang.String Model_consistency_status_message
           
static java.lang.String moduleDescriptionField_text
           
static java.lang.String Name_Already_Exists
           
static java.lang.String nameAlreadyInUse_errorText
           
static java.lang.String nameBlank_errorText
           
static java.lang.String nameHasConsecutiveEmbeddedBlanks_errorText
           
static java.lang.String nameNotValid_errorText
           
static java.lang.String newNameBlank_errorText
           
static java.lang.String portionOfNameNotValid_errorText
           
static java.lang.String propertyName_not_inComponentType
           
static java.lang.String referenceName_not_inComponentType
           
static java.lang.String referenceNameAlreadyUsedInComponent_errorText
           
static java.lang.String ServiceComponentWizard_componentContainerLocationEmpty_errorText
           
static java.lang.String ServiceComponentWizard_componentTypeEmpty_errorText
           
static java.lang.String ServiceComponentWizard_implementationContainerLocationEmpty_errorText
           
static java.lang.String ServiceComponentWizard_implementationFilePathEmpty_errorText
           
static java.lang.String serviceName_not_inComponentType
           
static java.lang.String wireSourceInvalid_errorText
           
static java.lang.String wireTargetNameBlank_errorText
           
static java.lang.String wireTargetNameInValid_errorText
           
 
Constructor Summary
Messages()
           
 
Method Summary
 
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceName_not_inComponentType

public static java.lang.String referenceName_not_inComponentType

serviceName_not_inComponentType

public static java.lang.String serviceName_not_inComponentType

propertyName_not_inComponentType

public static java.lang.String propertyName_not_inComponentType

Name_Already_Exists

public static java.lang.String Name_Already_Exists

ServiceComponentWizard_componentTypeEmpty_errorText

public static java.lang.String ServiceComponentWizard_componentTypeEmpty_errorText

ServiceComponentWizard_implementationFilePathEmpty_errorText

public static java.lang.String ServiceComponentWizard_implementationFilePathEmpty_errorText

ServiceComponentWizard_implementationContainerLocationEmpty_errorText

public static java.lang.String ServiceComponentWizard_implementationContainerLocationEmpty_errorText

ServiceComponentWizard_componentContainerLocationEmpty_errorText

public static java.lang.String ServiceComponentWizard_componentContainerLocationEmpty_errorText

componentDescriptionField_text

public static java.lang.String componentDescriptionField_text

importDescriptionField_text

public static java.lang.String importDescriptionField_text

exportDescriptionField_text

public static java.lang.String exportDescriptionField_text

moduleDescriptionField_text

public static java.lang.String moduleDescriptionField_text

componentName_prefix

public static java.lang.String componentName_prefix

fileNotSupportedForImplementation_errorText

public static java.lang.String fileNotSupportedForImplementation_errorText

invalidObjectPassed_errorText

public static java.lang.String invalidObjectPassed_errorText

portionOfNameNotValid_errorText

public static java.lang.String portionOfNameNotValid_errorText

nameNotValid_errorText

public static java.lang.String nameNotValid_errorText

containerNotExisting_errorText

public static java.lang.String containerNotExisting_errorText

nameAlreadyInUse_errorText

public static java.lang.String nameAlreadyInUse_errorText

nameBlank_errorText

public static java.lang.String nameBlank_errorText

nameHasConsecutiveEmbeddedBlanks_errorText

public static java.lang.String nameHasConsecutiveEmbeddedBlanks_errorText

newNameBlank_errorText

public static java.lang.String newNameBlank_errorText

wireTargetNameInValid_errorText

public static java.lang.String wireTargetNameInValid_errorText

wireTargetNameBlank_errorText

public static java.lang.String wireTargetNameBlank_errorText

wireSourceInvalid_errorText

public static java.lang.String wireSourceInvalid_errorText

interfaceExistInComponent_errorText

public static java.lang.String interfaceExistInComponent_errorText

referenceNameAlreadyUsedInComponent_errorText

public static java.lang.String referenceNameAlreadyUsedInComponent_errorText

Attempt_to_modify_an_SCA_

public static java.lang.String Attempt_to_modify_an_SCA_

DataModel_could_not_be_c_

public static java.lang.String DataModel_could_not_be_c_

Existing_name_is_same_as_

public static java.lang.String Existing_name_is_same_as_

IComponentTypeIntrospector_missing_one

public static java.lang.String IComponentTypeIntrospector_missing_one

Could_not_create_class

public static java.lang.String Could_not_create_class

Model_consistency_status_message

public static java.lang.String Model_consistency_status_message

Fileset_for_Module_

public static java.lang.String Fileset_for_Module_
Constructor Detail

Messages

public Messages()