All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.tidalwave.mobile.rss.Vocabulary Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
/***********************************************************************************************************************
 *
 * blueBill Mobile - open source birdwatching
 * ==========================================
 *
 * Copyright (C) 2009, 2010 by Tidalwave s.a.s. (http://www.tidalwave.it)
 * http://bluebill.tidalwave.it/mobile/
 *
 ***********************************************************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations under the License.
 *
 ***********************************************************************************************************************
 *
 * $Id: Vocabulary.java,v 2210e84c4896 2010/07/04 20:41:02 fabrizio $
 *
 **********************************************************************************************************************/
package it.tidalwave.mobile.rss;

import java.util.Date;
import java.util.List;
import it.tidalwave.util.Key;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public final class Vocabulary
  {
    private Vocabulary()
      {
      }

    public static final Key TITLE = new Key("title");
    public static final Key LINK = new Key("link");
    public static final Key DESCRIPTION = new Key("description");
    public static final Key LANGUAGE = new Key("language");
    public static final Key COPYRIGHT = new Key("copyright");
    public static final Key LAST_BUILD_DATE = new Key("lastBuildDate");
    public static final Key GENERATOR = new Key("generator");
    public static final Key PUB_DATE = new Key("pubDate");
    public static final Key DC_CREATOR = new Key("dc:creator");
    public static final Key GUID = new Key("guid");
    public static final Key CONTENT = new Key("content");
    public static final Key> MESSAGES = new Key>("messages");
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy