org.javastro.ivoa.entities.regtap.Identifier Maven / Gradle / Ivy
/*
* Created on 9 Aug 2023
* Copyright 2023 Paul Harrison ([email protected])
*
* 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 in file LICENSE
*/
package org.javastro.ivoa.entities.regtap;
/**
* .
* @author Paul Harrison ([email protected])
* @since 9 Aug 2023
*/
public interface Identifier {
public String getIvoid();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy