Interface SchemaEnum<C>
-
- All Known Implementing Classes:
RAccessCertificationCampaignState,RActivationStatus,RAuthorizationDecision,RAvailabilityStatus,RChangeType,RExportType,RFailedOperationType,ROperationResultStatus,ROrientationType,RResourceAdministrativeState,RShadowKind,RSynchronizationSituation,RTaskBinding,RTaskExecutionStatus,RTaskRecurrence,RTaskWaitingReason,RThreadStopAction,RTimeIntervalStatus
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SchemaEnum<C>
Interface that marks enumerated entities which are used as placeholders for schema enums (e.g. used in common.xsd and others). This simplifies translation between them.- Author:
- lazyman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetSchemaValue()
-
-
-
Method Detail
-
getSchemaValue
C getSchemaValue()
-
-