All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlan.model.enums.AtlanEnum Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/* SPDX-License-Identifier: Apache-2.0
   Copyright 2022 Atlan Pte. Ltd. */
package com.atlan.model.enums;

/** Interface implemented by all enums to get the actual string value required by the Atlan API. */
public interface AtlanEnum {
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy