Uses of Class
org.teiid.translator.odata4.ODataMetadataProcessor.ODataType
-
-
Uses of ODataMetadataProcessor.ODataType in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 that return ODataMetadataProcessor.ODataType Modifier and Type Method Description static ODataMetadataProcessor.ODataTypeODataMetadataProcessor.ODataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ODataMetadataProcessor.ODataType[]ODataMetadataProcessor.ODataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.translator.odata4 with parameters of type ODataMetadataProcessor.ODataType Constructor Description ODataResponse(InputStream payload, ODataMetadataProcessor.ODataType type, DocumentNode rootNode)
-