Uses of Class
com.ibm.dbb.metadata.MetadataStore.Type
-
Packages that use MetadataStore.Type Package Description com.ibm.dbb.metadata -
-
Uses of MetadataStore.Type in com.ibm.dbb.metadata
Methods in com.ibm.dbb.metadata that return MetadataStore.Type Modifier and Type Method Description MetadataStore.Type
MetadataStore. getType()
Returns the type associated with this instance.static MetadataStore.Type
MetadataStore.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetadataStore.Type[]
MetadataStore.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-