Class NFEConstants


  • public class NFEConstants
    extends java.lang.Object
    Utility class to obtain general NFE constants.
    • Constructor Summary

      Constructors 
      Constructor Description
      NFEConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_PARENT_WORKSPACE

        public static final java.lang.String DEFAULT_PARENT_WORKSPACE
        Default parent workspace (LIVE).
        See Also:
        Constant Field Values
      • PARENT_ATTRIBUTE

        public static final java.lang.String PARENT_ATTRIBUTE
        Parent feature id attribute column (NFE_PARENT$).
        See Also:
        Constant Field Values
      • PARENT_LAYER_ATTRIBUTE

        public static final java.lang.String PARENT_LAYER_ATTRIBUTE
        Parent feature layer id attribute column (NFE_PARENT_LAYER$).
        See Also:
        Constant Field Values
      • MAX_LENGTH_OBJECT_NAME

        public static final int MAX_LENGTH_OBJECT_NAME
        Maximum Oracle DB object length.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NFEConstants

        public NFEConstants()