Skip to content
Snippets Groups Projects
Commit 8f719996 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added views constants

parent b4dc6856
No related branches found
No related tags found
No related merge requests found
Pipeline #1996 passed
/*
* This file is part of vospace-datamodel
* Copyright (C) 2021 Istituto Nazionale di Astrofisica
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package it.inaf.oats.vospace.datamodel;
public abstract class Views {
private Views() {
}
// Standard views
public static String ANY_VIEW_URI = "ivo://ivoa.net/vospace/core#anyview";
public static String DEFAULT_VIEW_URI = "ivo://ivoa.net/vospace/core#defaultview";
public static String BINARY_VIEW_URI = "ivo://ivoa.net/vospace/core#binaryview";
// Custom views
public static String TAR_VIEW_URI = "ivo://ia2.inaf.it/vospace/views#tar";
public static String ZIP_VIEW_URI = "ivo://ia2.inaf.it/vospace/views#zip";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment