Uses of Class
org.teiid.query.metadata.MaterializationMetadataRepository.LoadStates
-
Packages that use MaterializationMetadataRepository.LoadStates Package Description org.teiid.query.metadata -
-
Uses of MaterializationMetadataRepository.LoadStates in org.teiid.query.metadata
Methods in org.teiid.query.metadata that return MaterializationMetadataRepository.LoadStates Modifier and Type Method Description static MaterializationMetadataRepository.LoadStates
MaterializationMetadataRepository.LoadStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaterializationMetadataRepository.LoadStates[]
MaterializationMetadataRepository.LoadStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-