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

org.bedework.calfacade.base.ConceptEntity Maven / Gradle / Ivy

The newest version!
package org.bedework.calfacade.base;

import org.bedework.calfacade.BwXproperty;

import java.util.List;

/**
 * User: mike Date: 10/2/22 Time: 23:09
 */
public interface ConceptEntity {
  List getConcepts();

  BwXproperty makeConcept(String val);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy