Enum Class FilesPlaceholderProperty
java.lang.Object
java.lang.Enum<FilesPlaceholderProperty>
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
- All Implemented Interfaces:
Serializable,Comparable<FilesPlaceholderProperty>,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 ConstantDescriptionThe display name of the data set.The deployed implementation type for the file.The description of the resource to help a consumer understand its content and purpose.Descriptive metadata values embedded within the file.The encoding scheme used on the file.The postfix identifier in the file name that indicates the format of the file.The short name of the file with its extension but without the directory names.The full pathname of the file including the directory names, file name and file extension.The logical file type of the file.The name of the leaf directory, without its enclosing directories.The formula used to populate the data set.The language/format used in the data set's formula.The full pathname of the file including the directory names, file name and file extension.The programming language used to encode the file. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve all the defined placeholder properties for data filesstatic List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve all the defined placeholder properties for directories (file folder)Return 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.static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve all the defined placeholder properties for directories (file folder)static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve all the defined placeholder properties for data filesgetName()Return the name of the placeholder property.Return the placeholder to use when building templates.org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyTypeReturn a summary of this enum to use in a service provider.static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType>Retrieve all the defined placeholder properties for files associated with softwaretoString()Output of this enum class and main value.static FilesPlaceholderPropertyReturns the enum constant of this class with the specified name.static FilesPlaceholderProperty[]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
-
FOLDER_NAME
The name of the leaf directory, without its enclosing directories. -
DATA_SET_NAME
The display name of the data set. -
FORMULA
The formula used to populate the data set. -
FORMULA_TYPE
The language/format used in the data set's formula. -
FILE_SYSTEM_NAME
The full pathname of the file including the directory names, file name and file extension. -
PATH_NAME
The full pathname of the file including the directory names, file name and file extension. -
FILE_NAME
The short name of the file with its extension but without the directory names. -
FILE_TYPE
The logical file type of the file. -
FILE_EXTENSION
The postfix identifier in the file name that indicates the format of the file. -
FILE_ENCODING
The encoding scheme used on the file. -
DEPLOYED_IMPLEMENTATION_TYPE
The deployed implementation type for the file. -
DESCRIPTION
The description of the resource to help a consumer understand its content and purpose. -
PROGRAMMING_LANGUAGE
The programming language used to encode the file. -
EMBEDDED_METADATA
Descriptive metadata values embedded within the file.
-
-
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
-
getDataFilesPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getDataFilesPlaceholderPropertyTypes()Retrieve all the defined placeholder properties for data files- Returns:
- list of placeholder property types
-
getMediaFilesPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getMediaFilesPlaceholderPropertyTypes()Retrieve all the defined placeholder properties for data files- Returns:
- list of placeholder property types
-
getFolderPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getFolderPlaceholderPropertyTypes()Retrieve all the defined placeholder properties for directories (file folder)- Returns:
- list of placeholder property types
-
getDataSetPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getDataSetPlaceholderPropertyTypes()Retrieve all the defined placeholder properties for directories (file folder)- Returns:
- list of placeholder property types
-
getSoftwareFilesPlaceholderPropertyTypes
public static List<org.odpi.openmetadata.frameworks.governanceaction.controls.PlaceholderPropertyType> getSoftwareFilesPlaceholderPropertyTypes()Retrieve all the defined placeholder properties for files associated with software- 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<FilesPlaceholderProperty>- Returns:
- string showing enum value
-