org.gcube.application.framework.contentmanagement.util
Class ElementTypeConstants

java.lang.Object
  extended by org.gcube.application.framework.contentmanagement.util.ElementTypeConstants

public class ElementTypeConstants
extends java.lang.Object


Field Summary
static java.lang.String alternativeRep
           
static java.lang.String annotation
           
static java.lang.String mainDoc
           
static java.lang.String metadata
           
static java.lang.String part
           
 
Constructor Summary
ElementTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainDoc

public static final java.lang.String mainDoc
See Also:
Constant Field Values

alternativeRep

public static final java.lang.String alternativeRep
See Also:
Constant Field Values

annotation

public static final java.lang.String annotation
See Also:
Constant Field Values

metadata

public static final java.lang.String metadata
See Also:
Constant Field Values

part

public static final java.lang.String part
See Also:
Constant Field Values
Constructor Detail

ElementTypeConstants

public ElementTypeConstants()