public static class BaseEventEntry.EventStatus extends ValueConstruct
AbstractExtension.AttributesHandler
Modifier and Type | Field and Description |
---|---|
static BaseEventEntry.EventStatus |
CANCELED |
static java.lang.String |
CANCELED_VALUE |
static BaseEventEntry.EventStatus |
CONFIRMED |
static java.lang.String |
CONFIRMED_VALUE |
static BaseEventEntry.EventStatus |
TENTATIVE |
static java.lang.String |
TENTATIVE_VALUE |
attrName
localName, namespace
Constructor and Description |
---|
BaseEventEntry.EventStatus() |
BaseEventEntry.EventStatus(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static ExtensionDescription |
getDefaultDescription() |
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public static final java.lang.String CONFIRMED_VALUE
public static final java.lang.String TENTATIVE_VALUE
public static final java.lang.String CANCELED_VALUE
public static final BaseEventEntry.EventStatus CONFIRMED
public static final BaseEventEntry.EventStatus TENTATIVE
public static final BaseEventEntry.EventStatus CANCELED
public BaseEventEntry.EventStatus()
public BaseEventEntry.EventStatus(java.lang.String value)
public static ExtensionDescription getDefaultDescription()