Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-03 23:22:59 +0000
committerrescobar2010-08-03 23:22:59 +0000
commit82bcb1304c35613377a8f5c05a9f140338594b41 (patch)
tree450b0a299c3a7dce5cf2796e50f140e8fdc3e6be /plugins/org.eclipse.osee.ote.define
parente099c896cfc0eef7cb0baadf95c0fed0c9fdc2e7 (diff)
downloadorg.eclipse.osee-82bcb1304c35613377a8f5c05a9f140338594b41.tar.gz
org.eclipse.osee-82bcb1304c35613377a8f5c05a9f140338594b41.tar.xz
org.eclipse.osee-82bcb1304c35613377a8f5c05a9f140338594b41.zip
Conversion to AttributeType Tokens
Diffstat (limited to 'plugins/org.eclipse.osee.ote.define')
-rw-r--r--plugins/org.eclipse.osee.ote.define/src/org/eclipse/osee/ote/define/AUTOGEN/OteAttributeTypes.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.define/src/org/eclipse/osee/ote/define/AUTOGEN/OteAttributeTypes.java b/plugins/org.eclipse.osee.ote.define/src/org/eclipse/osee/ote/define/AUTOGEN/OteAttributeTypes.java
index 9bad5457d12..15466d9a565 100644
--- a/plugins/org.eclipse.osee.ote.define/src/org/eclipse/osee/ote/define/AUTOGEN/OteAttributeTypes.java
+++ b/plugins/org.eclipse.osee.ote.define/src/org/eclipse/osee/ote/define/AUTOGEN/OteAttributeTypes.java
@@ -55,6 +55,9 @@ public class OteAttributeTypes extends NamedIdentity implements IAttributeType {
public static final OteAttributeTypes TOTAL_TEST_POINTS = new OteAttributeTypes("AAMFEW05hBfECFGfZkgA",
"Total Test Points");
+ public static final OteAttributeTypes TEST_DISPOSITION =
+ new OteAttributeTypes("AAMFEXfoPWRZHNiOR3gA", "Disposition");
+
private OteAttributeTypes(String guid, String name) {
super(guid, name);
}

Back to the top