[OLINGO-77] Refactored java package names

This commit is contained in:
Christian Amend 2013-12-06 15:49:55 +01:00
parent 7b1726a2f9
commit 82ae606001
219 changed files with 897 additions and 965 deletions

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
/** /**
* Entity Data Model (EDM) <p>Interface representing a Entity Data Model as described in the Conceptual Schema * Entity Data Model (EDM) <p>Interface representing a Entity Data Model as described in the Conceptual Schema

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* A CSDL action. * A CSDL action.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An EdmActionImport. * An EdmActionImport.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language. * EdmAnnotatable can be applied to CSDL elements as described in the Conceptual Schema Definition Language.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
//TODO: EDM Annotation Interfaces //TODO: EDM Annotation Interfaces
public interface EdmAnnotations { public interface EdmAnnotations {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* Entity Sets or Singletons can be bound to each other using a navigation property binding * Entity Sets or Singletons can be bound to each other using a navigation property binding

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* <p>A CSDL ComplexType element.</p> * <p>A CSDL ComplexType element.</p>

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmElement} can either be an {@link EdmNavigationProperty}, * An {@link EdmElement} can either be an {@link EdmNavigationProperty},

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* A CSDL EntityContainer element * A CSDL EntityContainer element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* A CSDL EntitySet element * A CSDL EntitySet element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
public class EdmException extends RuntimeException { public class EdmException extends RuntimeException {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An EdmFunction as described in the OData specification * An EdmFunction as described in the OData specification

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
public interface EdmKeyPropertyRef { public interface EdmKeyPropertyRef {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmEnumType} member element * An {@link EdmEnumType} member element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* EdmNamed is the base interface for nearly all CSDL constructs. * EdmNamed is the base interface for nearly all CSDL constructs.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* A CSDL NavigationProperty element * A CSDL NavigationProperty element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport. * An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import org.apache.olingo.commons.api.edm.helper.EdmMappable; import org.apache.olingo.odata4.commons.api.edm.helper.EdmMappable;
/** /**
* A CSDL parameter element * A CSDL parameter element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* <p>EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).</p> * <p>EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).</p>

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
public class EdmPrimitiveTypeException extends Exception { public class EdmPrimitiveTypeException extends Exception {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import org.apache.olingo.commons.api.edm.helper.EdmMappable; import org.apache.olingo.odata4.commons.api.edm.helper.EdmMappable;
/** /**
* A CSDL Property element * A CSDL Property element

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmReturnType} of an {@link EdmOperation}. * An {@link EdmReturnType} of an {@link EdmOperation}.

View File

@ -16,14 +16,14 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.io.InputStream; import java.io.InputStream;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.EdmEntitySetInfo; import org.apache.olingo.odata4.commons.api.edm.helper.EdmEntitySetInfo;
import org.apache.olingo.commons.api.edm.helper.EdmFunctionImportInfo; import org.apache.olingo.odata4.commons.api.edm.helper.EdmFunctionImportInfo;
import org.apache.olingo.commons.api.edm.helper.EdmSingletonInfo; import org.apache.olingo.odata4.commons.api.edm.helper.EdmSingletonInfo;
/** /**
* This interface gives access to the metadata of a service, * This interface gives access to the metadata of a service,

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmSingleton} represents a single entity inside the entity model. * An {@link EdmSingleton} represents a single entity inside the entity model.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmTerm} defines a term in a vocabulary. * An {@link EdmTerm} defines a term in a vocabulary.

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
import org.apache.olingo.commons.api.edm.constants.EdmTypeKind; import org.apache.olingo.odata4.commons.api.edm.constants.EdmTypeKind;
/** /**
* EdmType holds the namespace of a given type and its type as {@link EdmTypeKind}. * EdmType holds the namespace of a given type and its type as {@link EdmTypeKind}.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* An {@link EdmTypeDefinition} defines a specialization of one of the possible * An {@link EdmTypeDefinition} defines a specialization of one of the possible

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;
/** /**
* EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type. * EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.constants; package org.apache.olingo.odata4.commons.api.edm.constants;
/** /**
* EdmConcurrencyMode can be applied to any primitive Entity Data Model (EDM) type. * EdmConcurrencyMode can be applied to any primitive Entity Data Model (EDM) type.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.constants; package org.apache.olingo.odata4.commons.api.edm.constants;
public enum EdmOnDelete { public enum EdmOnDelete {
Cascade, None, SetNull, SetDefault; Cascade, None, SetNull, SetDefault;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.constants; package org.apache.olingo.odata4.commons.api.edm.constants;
/** /**
* EdmTargetPath specifies the possible default targets for an EDM property which is mapped to an atom element. * EdmTargetPath specifies the possible default targets for an EDM property which is mapped to an atom element.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.constants; package org.apache.olingo.odata4.commons.api.edm.constants;
/** /**
* EdmTypeKind specifies the type of an EDM element. * EdmTypeKind specifies the type of an EDM element.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
public class AliasInfo { public class AliasInfo {
private String namespace; private String namespace;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
import java.net.URI; import java.net.URI;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
import java.net.URI; import java.net.URI;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
/** /**
* EdmMappable can be applied to CSDL elements to associate additional information. * EdmMappable can be applied to CSDL elements to associate additional information.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
/** /**
* EdmMapping holds custom mapping information which can be applied to a CSDL element. * EdmMapping holds custom mapping information which can be applied to a CSDL element.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
import java.net.URI; import java.net.URI;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
public class EntityContainerInfo { public class EntityContainerInfo {
private FullQualifiedName containerName; private FullQualifiedName containerName;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.helper; package org.apache.olingo.odata4.commons.api.edm.helper;
/** /**
* A full qualified name of any element in the EDM consists of a name and a namespace. * A full qualified name of any element in the EDM consists of a name and a namespace.

View File

@ -24,4 +24,4 @@
* <p>Many classes and interfaces contain the pragma:" @org.apache.olingo.api.edm.DoNotImplement " * <p>Many classes and interfaces contain the pragma:" @org.apache.olingo.api.edm.DoNotImplement "
* to indicate these classes should only be used and not implemented.</p> * to indicate these classes should only be used and not implemented.</p>
*/ */
package org.apache.olingo.commons.api.edm; package org.apache.olingo.odata4.commons.api.edm;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class ActionImport extends OperationImport { public class ActionImport extends OperationImport {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO:finish //TODO:finish
public class Annotation { public class Annotation {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public abstract class BindingTarget { public abstract class BindingTarget {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public class ComplexType extends StructuralType { public class ComplexType extends StructuralType {

View File

@ -16,14 +16,14 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.AliasInfo; import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo; import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
import org.apache.olingo.commons.api.exception.ODataException; import org.apache.olingo.odata4.commons.api.exception.ODataException;
public interface EdmProvider { public interface EdmProvider {

View File

@ -16,14 +16,14 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.AliasInfo; import org.apache.olingo.odata4.commons.api.edm.helper.AliasInfo;
import org.apache.olingo.commons.api.edm.helper.EntityContainerInfo; import org.apache.olingo.odata4.commons.api.edm.helper.EntityContainerInfo;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
import org.apache.olingo.commons.api.exception.ODataException; import org.apache.olingo.odata4.commons.api.exception.ODataException;
//TODO: Finish //TODO: Finish
/** /**

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: finish //TODO: finish
public class EntityContainer { public class EntityContainer {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class EntitySet extends BindingTarget { public class EntitySet extends BindingTarget {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: finish //TODO: finish
//DO we really need this class? //DO we really need this class?

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class EntityType extends StructuralType { public class EntityType extends StructuralType {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: Finish //TODO: Finish
public class EnumMember { public class EnumMember {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class EnumType { public class EnumType {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: Expression implementation //TODO: Expression implementation
public class Expression { public class Expression {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class FunctionImport extends OperationImport { public class FunctionImport extends OperationImport {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.EdmMapping; import org.apache.olingo.odata4.commons.api.edm.helper.EdmMapping;
public class Mapping implements EdmMapping { public class Mapping implements EdmMapping {

View File

@ -16,12 +16,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.constants.EdmOnDelete; import org.apache.olingo.odata4.commons.api.edm.constants.EdmOnDelete;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: finish //TODO: finish
public class NavigationProperty { public class NavigationProperty {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: finish //TODO: finish
public class NavigationPropertyBinding { public class NavigationPropertyBinding {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: finish //TODO: finish
public abstract class OperationImport { public abstract class OperationImport {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: finish //TODO: finish
public class Parameter { public class Parameter {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class Property { public class Property {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
public class PropertyRef { public class PropertyRef {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
//TODO: finish //TODO: finish
public class ReferentialConstraint { public class ReferentialConstraint {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODDO: finish //TODDO: finish
public class ReturnType { public class ReturnType {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class Singleton extends BindingTarget { public class Singleton extends BindingTarget {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public abstract class StructuralType { public abstract class StructuralType {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public class Target { public class Target {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class Term { public class Term {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.edm.provider; package org.apache.olingo.odata4.commons.api.edm.provider;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Finish //TODO: Finish
public class TypeDefinition { public class TypeDefinition {

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.exception; package org.apache.olingo.odata4.commons.api.exception;
public class ODataException extends Exception { public class ODataException extends Exception {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.api.exception; package org.apache.olingo.odata4.commons.api.exception;
public class ODataNotImplementedException extends ODataException { public class ODataNotImplementedException extends ODataException {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core; package org.apache.olingo.odata4.commons.core;
import org.apache.olingo.commons.api.edm.Edm; import org.apache.olingo.odata4.commons.api.edm.Edm;
import org.apache.olingo.commons.api.edm.provider.EdmProvider; import org.apache.olingo.odata4.commons.api.edm.provider.EdmProvider;
import org.apache.olingo.commons.core.edm.provider.EdmProviderImpl; import org.apache.olingo.odata4.commons.core.edm.provider.EdmProviderImpl;
public class ODataCommonsCoreImpl { public class ODataCommonsCoreImpl {

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm; package org.apache.olingo.odata4.commons.core.edm;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public class ActionMapKey { public class ActionMapKey {
private final FullQualifiedName actionName; private final FullQualifiedName actionName;

View File

@ -16,22 +16,22 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm; package org.apache.olingo.odata4.commons.core.edm;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import org.apache.olingo.commons.api.edm.Edm; import org.apache.olingo.odata4.commons.api.edm.Edm;
import org.apache.olingo.commons.api.edm.EdmAction; import org.apache.olingo.odata4.commons.api.edm.EdmAction;
import org.apache.olingo.commons.api.edm.EdmComplexType; import org.apache.olingo.odata4.commons.api.edm.EdmComplexType;
import org.apache.olingo.commons.api.edm.EdmEntityContainer; import org.apache.olingo.odata4.commons.api.edm.EdmEntityContainer;
import org.apache.olingo.commons.api.edm.EdmEntityType; import org.apache.olingo.odata4.commons.api.edm.EdmEntityType;
import org.apache.olingo.commons.api.edm.EdmEnumType; import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
import org.apache.olingo.commons.api.edm.EdmFunction; import org.apache.olingo.odata4.commons.api.edm.EdmFunction;
import org.apache.olingo.commons.api.edm.EdmServiceMetadata; import org.apache.olingo.odata4.commons.api.edm.EdmServiceMetadata;
import org.apache.olingo.commons.api.edm.EdmTypeDefinition; import org.apache.olingo.odata4.commons.api.edm.EdmTypeDefinition;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public abstract class EdmImpl implements Edm { public abstract class EdmImpl implements Edm {

View File

@ -16,13 +16,13 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm; package org.apache.olingo.odata4.commons.core.edm;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
public class FunctionMapKey { public class FunctionMapKey {

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
/** /**
* Abstract implementation of the EDM primitive-type interface. * Abstract implementation of the EDM primitive-type interface.

View File

@ -16,10 +16,10 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import org.apache.commons.codec.binary.Base64; import org.apache.commons.codec.binary.Base64;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Binary. * Implementation of the EDM primitive type Binary.

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Boolean. * Implementation of the EDM primitive type Boolean.

View File

@ -16,12 +16,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigInteger; import java.math.BigInteger;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Byte. * Implementation of the EDM primitive type Byte.

View File

@ -16,14 +16,14 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.util.Calendar; import java.util.Calendar;
import java.util.TimeZone; import java.util.TimeZone;
import java.util.regex.Matcher; import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Date. * Implementation of the EDM primitive type Date.

View File

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.util.Calendar; import java.util.Calendar;
import java.util.Date; import java.util.Date;
@ -24,7 +24,7 @@ import java.util.TimeZone;
import java.util.regex.Matcher; import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type DateTimeOffset. * Implementation of the EDM primitive type DateTimeOffset.

View File

@ -16,15 +16,15 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.math.BigInteger; import java.math.BigInteger;
import java.util.regex.Matcher; import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Decimal. * Implementation of the EDM primitive type Decimal.

View File

@ -16,13 +16,13 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Double. * Implementation of the EDM primitive type Double.

View File

@ -16,14 +16,14 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.math.BigInteger; import java.math.BigInteger;
import java.util.regex.Matcher; import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
final class EdmDuration extends SingletonPrimitiveType { final class EdmDuration extends SingletonPrimitiveType {

View File

@ -16,16 +16,16 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import org.apache.olingo.commons.api.edm.EdmEnumType; import org.apache.olingo.odata4.commons.api.edm.EdmEnumType;
import org.apache.olingo.commons.api.edm.EdmMember; import org.apache.olingo.odata4.commons.api.edm.EdmMember;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
import org.apache.olingo.commons.api.edm.constants.EdmTypeKind; import org.apache.olingo.odata4.commons.api.edm.constants.EdmTypeKind;
/** /**
* Implementation of the EDM enum type. * Implementation of the EDM enum type.

View File

@ -16,11 +16,11 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.util.UUID; import java.util.UUID;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Guid. * Implementation of the EDM primitive type Guid.

View File

@ -16,12 +16,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigInteger; import java.math.BigInteger;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Int16. * Implementation of the EDM primitive type Int16.

View File

@ -16,12 +16,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigInteger; import java.math.BigInteger;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Int32. * Implementation of the EDM primitive type Int32.

View File

@ -16,12 +16,12 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import java.math.BigInteger; import java.math.BigInteger;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
/** /**
* Implementation of the EDM primitive type Int64. * Implementation of the EDM primitive type Int64.

View File

@ -16,9 +16,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveTypeException;
//TODO: Is this class still necessary? //TODO: Is this class still necessary?
/** /**

View File

@ -16,10 +16,10 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
******************************************************************************/ ******************************************************************************/
package org.apache.olingo.commons.core.edm.primitivetype; package org.apache.olingo.odata4.commons.core.edm.primitivetype;
import org.apache.olingo.commons.api.edm.EdmPrimitiveType; import org.apache.olingo.odata4.commons.api.edm.EdmPrimitiveType;
import org.apache.olingo.commons.api.edm.helper.FullQualifiedName; import org.apache.olingo.odata4.commons.api.edm.helper.FullQualifiedName;
//TODO: Should we delete this typekind and use a facade? //TODO: Should we delete this typekind and use a facade?
public enum EdmPrimitiveTypeKind { public enum EdmPrimitiveTypeKind {

Some files were not shown because too many files have changed in this diff Show More