Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.KeyPattern
-
Packages that use KeyPattern Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of KeyPattern in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return KeyPattern Modifier and Type Method Description KeyPatternAssetExternalIdentifier. getKeyPattern()Return the key pattern that is used with this external identifier. -
Uses of KeyPattern in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as KeyPattern Modifier and Type Field Description protected KeyPatternExternalIdentifier. keyPatternMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return KeyPattern Modifier and Type Method Description KeyPatternExternalIdentifier. getKeyPattern()Return the key pattern that is used with this external identifier.static KeyPatternKeyPattern. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyPattern[]KeyPattern. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type KeyPattern Modifier and Type Method Description voidExternalIdentifier. setKeyPattern(KeyPattern keyPattern)Set up the key pattern that is used with this external identifier.
-