Enum Class ResourceUseProperties
java.lang.Object
java.lang.Enum<ResourceUseProperties>
org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUseProperties
- All Implemented Interfaces:
Serializable
,Comparable<ResourceUseProperties>
,Constable
ResourceUseProperties lists common property values found in the resourceUseProperties attribute when a particular
resourceUse value is in use.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe open metadata type name of a relationship to connect the linked element with a new element generated from the linked to template. -
Method Summary
Modifier and TypeMethodDescriptionReturn the category for this value.Return the description for this value.getName()
Return the name of the value.Return the qualified name for this value.toString()
Output of this enum class and main value.static ResourceUseProperties
Returns the enum constant of this class with the specified name.static ResourceUseProperties[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARENT_RELATIONSHIP_TYPE_NAME
The open metadata type name of a relationship to connect the linked element with a new element generated from the linked to template.
-
-
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 value.- Returns:
- string
-
getDescription
Return the description for this value.- Returns:
- string
-
getQualifiedName
Return the qualified name for this value.- Returns:
- string
-
getCategory
Return the category for this value.- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<ResourceUseProperties>
- Returns:
- string showing enum value
-