org.gcube.data.tr.neo
Class NeoConstants

java.lang.Object
  extended by org.gcube.data.tr.neo.NeoConstants

public class NeoConstants
extends Object

Author:
Fabio Simeoni

Field Summary
static String ATTRIBUTE_PREFIX
           
static String COUNT_PROPERTY
           
static String INNER_TYPE_TAG
           
static String LEAF_TYPE_TAG
           
static String PREDEFINED_PREFIX
           
static String SOURCES
           
static String TREE_RELATION_NAME
           
static String VALUE_PROPERTY
           
 
Constructor Summary
NeoConstants()
           
 
Method Summary
static boolean isAttribute(String key)
           
static String toAttribute(QName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCES

public static final String SOURCES
See Also:
Constant Field Values

PREDEFINED_PREFIX

public static final String PREDEFINED_PREFIX
See Also:
Constant Field Values

COUNT_PROPERTY

public static final String COUNT_PROPERTY
See Also:
Constant Field Values

TREE_RELATION_NAME

public static final String TREE_RELATION_NAME
See Also:
Constant Field Values

ATTRIBUTE_PREFIX

public static final String ATTRIBUTE_PREFIX
See Also:
Constant Field Values

INNER_TYPE_TAG

public static final String INNER_TYPE_TAG
See Also:
Constant Field Values

LEAF_TYPE_TAG

public static final String LEAF_TYPE_TAG
See Also:
Constant Field Values

VALUE_PROPERTY

public static final String VALUE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

NeoConstants

public NeoConstants()
Method Detail

isAttribute

public static boolean isAttribute(String key)

toAttribute

public static String toAttribute(QName name)


Copyright © 2012. All Rights Reserved.