Enum Class CocoGovernanceZoneDefinition

java.lang.Object
java.lang.Enum<CocoGovernanceZoneDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
All Implemented Interfaces:
Serializable, Comparable<CocoGovernanceZoneDefinition>, Constable

public enum CocoGovernanceZoneDefinition extends Enum<CocoGovernanceZoneDefinition>
The CocoGovernanceZoneDefinition is used to feed the definition of the governance zones for Coco Pharmaceuticals.
  • Enum Constant Details

  • Method Details

    • values

      public static CocoGovernanceZoneDefinition[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CocoGovernanceZoneDefinition valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getGUID

      public String getGUID()
      Returns the unique identifier for the zone entity.
      Returns:
      string
    • getQualifiedName

      public String getQualifiedName()
      Returns the unique name for the zone entity.
      Returns:
      qualified name
    • getZoneName

      public String getZoneName()
      Returns the unique name for the zone.
      Returns:
      zone name
    • getDisplayName

      public String getDisplayName()
      Returns a descriptive name of the zone.
      Returns:
      display name
    • getDescription

      public String getDescription()
      Returns a detailed description of the assets within the zone.
      Returns:
      description
    • getCriteria

      public String getCriteria()
      Returns a description of the criteria for including assets in the zone.
      Returns:
      criteria
    • getDomainIdentifier

      public int getDomainIdentifier()
      Returns the domain identifier for the zone.
      Returns:
      domain identifier
    • getParentZoneGUID

      public String getParentZoneGUID()
      Returns the unique identifier for the parent zone entity.
      Returns:
      string - or null if no parent zone