diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2011-04-17 02:35:00 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2011-04-17 02:35:00 +0000 |
commit | 7f8126d41f3ef11c528ee533e87830d702f2d602 (patch) | |
tree | 3e7ef011321b70250b6259bbbe3bcb87f78cbf8b /src | |
parent | 36003393bd00e45c195b286f2189ec9533fbc53d (diff) | |
download | jackcess-7f8126d41f3ef11c528ee533e87830d702f2d602.tar.gz jackcess-7f8126d41f3ef11c528ee533e87830d702f2d602.zip |
add description prop name
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@554 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r-- | src/java/com/healthmarketscience/jackcess/PropertyMap.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/PropertyMap.java b/src/java/com/healthmarketscience/jackcess/PropertyMap.java index 9ad26f5..dc25dc0 100644 --- a/src/java/com/healthmarketscience/jackcess/PropertyMap.java +++ b/src/java/com/healthmarketscience/jackcess/PropertyMap.java @@ -45,6 +45,7 @@ public class PropertyMap implements Iterable<PropertyMap.Property> public static final String VALIDATION_RULE_PROP = "ValidationRule"; public static final String VALIDATION_TEXT_PROP = "ValidationText"; public static final String GUID_PROP = "GUID"; + public static final String DESCRIPTION_PROP = "Description"; private final String _mapName; private final short _mapType; |