public enum TypeCalendarElement extends Enum<TypeCalendarElement> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
EVENEMENT |
GOOGLE_AGENDA |
OUTLOOK |
PLANNING |
Modifier and Type | Method and Description |
---|---|
String |
getCalendarElementType() |
Icon |
getIcone() |
Double |
getIdent() |
String |
getLibelle() |
boolean |
isEvenement() |
static TypeCalendarElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeCalendarElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCalendarElement EVENEMENT
public static final TypeCalendarElement PLANNING
public static final TypeCalendarElement OUTLOOK
public static final TypeCalendarElement GOOGLE_AGENDA
public static TypeCalendarElement[] values()
for (TypeCalendarElement c : TypeCalendarElement.values()) System.out.println(c);
public static TypeCalendarElement valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCalendarElementType()
public boolean isEvenement()
public String getLibelle()
getLibelle
in interface Localisable
public Double getIdent()
getIdent
in interface IdentIdentifiable
public Icon getIcone()
Copyright © 2016. All rights reserved.