Interface OpenMetadataEnum
- All Known Implementing Classes:
BusinessCapabilityType
,ByteOrdering
,ClassificationOrigin
,CollectionMemberStatus
,CommentType
,CommunityMembershipType
,ConceptModelDecoration
,ConfidenceLevel
,ConfidentialityLevel
,ContactMethodType
,CriticalityLevel
,CrowdSourcingRole
,DataClassAssignmentStatus
,DataItemSortOrder
,DataType
,DeleteMethod
,ElementOriginCategory
,ElementStatus
,EngineActionStatus
,GlossaryTermActivityType
,GlossaryTermAssignmentStatus
,GlossaryTermRelationshipStatus
,GlossaryTermStatus
,GovernanceClassificationStatus
,GovernanceDefinitionStatus
,GovernanceDomain
,ImpactSeverity
,IncidentReportStatus
,KeyPattern
,MediaType
,MediaUsage
,OperationalStatus
,OrderBy
,PermittedSynchronization
,ProcessContainmentType
,RetentionBasis
,ServerAssetUseType
,StarRating
,ToDoStatus
,ToDoType
public interface OpenMetadataEnum
OpenMetadataEnum defines the common methods for an open metadata enum type.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the default description of the enumeration.Return the unique identifier for the valid value that represents the enum value.getName()
Return the default name of the enumeration.int
Return the numeric representation of the enumeration.boolean
Return whether the enum is the default value or not.
-
Method Details
-
getOrdinal
int getOrdinal()Return the numeric representation of the enumeration.- Returns:
- int ordinal
-
getName
String getName()Return the default name of the enumeration.- Returns:
- String name
-
getDescription
String getDescription()Return the default description of the enumeration.- Returns:
- String description
-
getDescriptionGUID
String getDescriptionGUID()Return the unique identifier for the valid value that represents the enum value.- Returns:
- guid
-
isDefault
boolean isDefault()Return whether the enum is the default value or not.- Returns:
- boolean
-