Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
-
Packages that use EnumSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of EnumSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as EnumSchemaType Modifier and Type Field Description protected EnumSchemaTypeAssetEnumSchemaType. enumSchemaTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return EnumSchemaType Modifier and Type Method Description protected EnumSchemaTypeAssetEnumSchemaType. getEnumSchemaTypeBean()Return the bean with all of the properties.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type EnumSchemaType Modifier and Type Method Description protected voidAssetEnumSchemaType. setBean(EnumSchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type EnumSchemaType Constructor Description AssetEnumSchemaType(AssetDescriptor parentAsset, EnumSchemaType enumSchemaTypeBean)Bean constructor with parent assetAssetEnumSchemaType(EnumSchemaType enumSchemaTypeBean)Bean constructor -
Uses of EnumSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type EnumSchemaType Constructor Description EnumSchemaType(EnumSchemaType template)Copy/clone Constructor.
-