Enum Class FileSystemPlaceholderProperty
java.lang.Object
java.lang.Enum<FileSystemPlaceholderProperty>
org.odpi.openmetadata.archiveutilities.openconnectors.control.FileSystemPlaceholderProperty
- All Implemented Interfaces:
Serializable,Comparable<FileSystemPlaceholderProperty>,Constable
PlaceholderProperty provides some standard definitions for placeholder properties used to pass properties
to services that use templates.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIs encryption enabled on this file system? If known, what type of encryption?The display name of the file system being catalogued.The format standard used in the file system.The host IP address or domain name.The version of the file system. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the data type for the placeholder property.Return the description of the placeholder property.Return an example of the placeholder property to help users understand how to set it up.getName()Return the name of the placeholder property.Return the placeholder to use when building templates.static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve the Kafka Topic defined placeholder propertiesorg.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyTypeReturn a summary of this enum to use in a service provider.toString()Output of this enum class and main value.Returns the enum constant of this class with the specified name.static FileSystemPlaceholderProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
HOST_IDENTIFIER
The host IP address or domain name. -
FILE_SYSTEM_NAME
The display name of the file system being catalogued. -
VERSION_IDENTIFIER
The version of the file system. -
FORMAT
The format standard used in the file system. -
ENCRYPTION
Is encryption enabled on this file system? If known, what type of encryption?
-
-
Field Details
-
name
-
description
-
dataType
-
example
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
Return the name of the placeholder property.- Returns:
- string name
-
getPlaceholder
Return the placeholder to use when building templates.- Returns:
- placeholder property
-
getDescription
Return the description of the placeholder property.- Returns:
- text
-
getDataType
Return the data type for the placeholder property.- Returns:
- data type name
-
getExample
Return an example of the placeholder property to help users understand how to set it up.- Returns:
- example
-
getPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getPlaceholderPropertyTypes()Retrieve the Kafka Topic defined placeholder properties- Returns:
- list of placeholder property types
-
getPlaceholderType
public org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType getPlaceholderType()Return a summary of this enum to use in a service provider.- Returns:
- placeholder property type
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<FileSystemPlaceholderProperty>- Returns:
- string showing enum value
-