Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GLIS Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
GLIS Client
Commits
c869dea8
Commit
c869dea8
authored
Oct 26, 2017
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Registered source folder glis-client/src/common/java
parent
8a1eff92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
parent/pom.xml
parent/pom.xml
+12
-0
src/common/java/org/genesys/glis/v1/TermConstants.java
src/common/java/org/genesys/glis/v1/TermConstants.java
+39
-0
No files found.
parent/pom.xml
View file @
c869dea8
...
...
@@ -73,6 +73,18 @@
</sources>
</configuration>
</execution>
<execution>
<id>
add-common-source
</id>
<phase>
initialize
</phase>
<goals>
<goal>
add-source
</goal>
</goals>
<configuration>
<sources>
<source>
../src/common/java
</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>
...
...
src/common/java/org/genesys/glis/v1/TermConstants.java
0 → 100644
View file @
c869dea8
/*
* Copyright 2017 Global Crop Diversity Trust
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org.genesys.glis.v1
;
/**
* Based on response from /glisapi/v1/terms
*
* @author Matija Obreza
*/
public
interface
TermConstants
{
public
static
final
String
PASSPORT_DATA
=
"1"
;
public
static
final
String
GENEALOGY
=
"1.1"
;
public
static
final
String
COLLECTION_DOCUMENTS
=
"1.2"
;
public
static
final
String
CHARACTERIZATION
=
"2"
;
public
static
final
String
EVALUATION
=
"3"
;
public
static
final
String
CHEMICAL_ANALYSIS
=
"3.1"
;
public
static
final
String
ABIOTIC_STRESS
=
"3.2"
;
public
static
final
String
BIOTIC_STRESS
=
"3.3"
;
public
static
final
String
BIOCHEMICAL_MARKERS
=
"3.4"
;
public
static
final
String
MOLECULAR_MARKERS
=
"3.5"
;
public
static
final
String
CYTOLOGICAL_CHARACTERS
=
"3.6"
;
public
static
final
String
GENOMICS
=
"3.7"
;
public
static
final
String
PHENOMICS
=
"3.8"
;
public
static
final
String
ENVIRONMENTS
=
"4"
;
public
static
final
String
MULTIMEDIA
=
"5"
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment