com.darwinsys.calendar.ShowStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of darwinsys-api Show documentation
Show all versions of darwinsys-api Show documentation
Ian Darwin's assorted Java stuff,
assembled as an API.
The newest version!
package com.darwinsys.calendar;
/** An enum for how to show your status at this time (free, busy, etc.). */
public enum ShowStatus {
FREE,
BUSY,
TENTATIVE,
UNAVAILABLE,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy