Uses of Class
org.apache.olingo.odata2.core.uri.UriType
-
Packages that use UriType Package Description org.apache.olingo.odata2.core.uri -
-
Uses of UriType in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return UriType Modifier and Type Method Description UriTypeUriInfoImpl. getUriType()static UriTypeUriType. valueOf(String name)Returns the enum constant of this type with the specified name.static UriType[]UriType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.core.uri with parameters of type UriType Modifier and Type Method Description voidUriInfoImpl. setUriType(UriType uriType)
-