Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-07-27 23:40:36 +0000
committerRyan D. Brooks2011-07-27 23:40:36 +0000
commit459c3d7dbee309ce0246a44d3cba4dda46ac9255 (patch)
treeceaa5a8f31be023ca4b50301615f8fa610877470 /plugins/org.eclipse.osee.ats.core/src
parentd7d4ed5ea7d1b9388f953c3d9fddca1f6c61cdd5 (diff)
downloadorg.eclipse.osee-459c3d7dbee309ce0246a44d3cba4dda46ac9255.tar.gz
org.eclipse.osee-459c3d7dbee309ce0246a44d3cba4dda46ac9255.tar.xz
org.eclipse.osee-459c3d7dbee309ce0246a44d3cba4dda46ac9255.zip
feature: Add attribute type ats.SW Enhancement
Diffstat (limited to 'plugins/org.eclipse.osee.ats.core/src')
-rw-r--r--plugins/org.eclipse.osee.ats.core/src/org/eclipse/osee/ats/core/type/AtsAttributeTypes.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.core/src/org/eclipse/osee/ats/core/type/AtsAttributeTypes.java b/plugins/org.eclipse.osee.ats.core/src/org/eclipse/osee/ats/core/type/AtsAttributeTypes.java
index 9c0463e4f2f..3232baf40ba 100644
--- a/plugins/org.eclipse.osee.ats.core/src/org/eclipse/osee/ats/core/type/AtsAttributeTypes.java
+++ b/plugins/org.eclipse.osee.ats.core/src/org/eclipse/osee/ats/core/type/AtsAttributeTypes.java
@@ -103,6 +103,7 @@ public final class AtsAttributeTypes {
public static final IAttributeType SmaNote = createType("AAMFEdm7ywte8qayfbAA", "SMA Note", "Notes applicable to ATS object");
public static final IAttributeType State = createType("AAMFEdMa3wzVvp60xLQA", "State", "States of workflow state machine.");
public static final IAttributeType StateNotes = createType("AAMFEdiWPm7M_xV1EswA", "State Notes");
+ public static final IAttributeType SwEnhancement = createType("AAMFEgVmxCgOdP+DuNwA", "SW Enhancement");
public static final IAttributeType TeamDefinition = createType("AAMFEdd5bFEe18bd0lQA", "Team Definition");
public static final IAttributeType TeamUsesVersions = createType("AAMFEcrHnzPxQ7w3ligA", "Team Uses Versions", "True if Team Workflow uses versioning/releasing option.");
public static final IAttributeType Title = createType(CoreAttributeTypes.Name.getGuid(), CoreAttributeTypes.Name.getName(), "Enter clear and consise title that can be generally understood.");

Back to the top