org.gcube.contentmanagement.gcubemodellibrary.constants
Class Labels

java.lang.Object
  extended by org.gcube.contentmanagement.gcubemodellibrary.constants.Labels

public class Labels
extends java.lang.Object

Represents all conventional label used in gdoc model.

Author:
Federico De Faveri defaveri@isti.cnr.it

Field Summary
static java.lang.String ALTERNATIVE
          Alternative representation property.
static java.lang.String ANNOTATION
          Annotation property.
static java.lang.String BYTESTREAM
          Content property.
static java.lang.String BYTESTREAM_URI
          Content URL property.
static java.lang.String CREATION_TIME
          Creation time property.
static java.lang.String LANGUAGE
          Language property.
static java.lang.String LAST_UPDATE
          Last update property.
static java.lang.String LENGTH
          Content length property.
static java.lang.String METADATA
          Metadata property.
static java.lang.String MIME_TYPE
          Content mime type property.
static java.lang.String NAME
          Name property.
static java.lang.String ORDER
          Part order property.
static java.lang.String PART
          Part property.
static java.lang.String PREVIOUS
          Previous annotation order property.
static java.lang.String PROPERTY
          'Property' property.
static java.lang.String PROPERTY_TYPE
          'Property Type' property.
static java.lang.String PROPERTY_VALUE
          'Property' value property.
static java.lang.String SCHEMA_NAME
          Schema name property.
static java.lang.String SCHEMA_URI
          Schema URI property.
static java.lang.String TYPE
          Type property.
 
Constructor Summary
Labels()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANNOTATION

public static final java.lang.String ANNOTATION
Annotation property.

See Also:
Constant Field Values

ALTERNATIVE

public static final java.lang.String ALTERNATIVE
Alternative representation property.

See Also:
Constant Field Values

PART

public static final java.lang.String PART
Part property.

See Also:
Constant Field Values

METADATA

public static final java.lang.String METADATA
Metadata property.

See Also:
Constant Field Values

BYTESTREAM

public static final java.lang.String BYTESTREAM
Content property.

See Also:
Constant Field Values

BYTESTREAM_URI

public static final java.lang.String BYTESTREAM_URI
Content URL property.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Name property.

See Also:
Constant Field Values

LAST_UPDATE

public static final java.lang.String LAST_UPDATE
Last update property.

See Also:
Constant Field Values

MIME_TYPE

public static final java.lang.String MIME_TYPE
Content mime type property.

See Also:
Constant Field Values

LENGTH

public static final java.lang.String LENGTH
Content length property.

See Also:
Constant Field Values

CREATION_TIME

public static final java.lang.String CREATION_TIME
Creation time property.

See Also:
Constant Field Values

LANGUAGE

public static final java.lang.String LANGUAGE
Language property.

See Also:
Constant Field Values

SCHEMA_URI

public static final java.lang.String SCHEMA_URI
Schema URI property.

See Also:
Constant Field Values

SCHEMA_NAME

public static final java.lang.String SCHEMA_NAME
Schema name property.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
Type property.

See Also:
Constant Field Values

PREVIOUS

public static final java.lang.String PREVIOUS
Previous annotation order property.

See Also:
Constant Field Values

ORDER

public static final java.lang.String ORDER
Part order property.

See Also:
Constant Field Values

PROPERTY

public static final java.lang.String PROPERTY
'Property' property.

See Also:
Constant Field Values

PROPERTY_TYPE

public static final java.lang.String PROPERTY_TYPE
'Property Type' property.

See Also:
Constant Field Values

PROPERTY_VALUE

public static final java.lang.String PROPERTY_VALUE
'Property' value property.

See Also:
Constant Field Values
Constructor Detail

Labels

public Labels()