/** * Generated with Acceleo */ package net.certware.measurement.sco.parts; // Start of user code for imports // End of user code /** * * */ public interface ArtifactIdentifierPropertiesEditionPart { /** * @return the resourceName * */ public String getResourceName(); /** * Defines a new resourceName * @param newValue the new resourceName to set * */ public void setResourceName(String newValue); /** * @return the baselinedLineCount * */ public String getBaselinedLineCount(); /** * Defines a new baselinedLineCount * @param newValue the new baselinedLineCount to set * */ public void setBaselinedLineCount(String newValue); /** * @return the currentLineCount * */ public String getCurrentLineCount(); /** * Defines a new currentLineCount * @param newValue the new currentLineCount to set * */ public void setCurrentLineCount(String newValue); /** * Returns the internationalized title text. * * @return the internationalized title text. * */ public String getTitle(); // Start of user code for additional methods // End of user code }