
org.bedework.calfacade.base.ConceptEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bw-calendar-facade Show documentation
Show all versions of bw-calendar-facade Show documentation
Common calendar classes and code for bedework
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