Class FeatureConstants


  • public final class FeatureConstants
    extends java.lang.Object
    Defines standard constants for the Feature specification.
    Author:
    $Id: fa0a90cb2961203839be82557c6dacfcacc2bef7 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FEATURE_IMPLEMENTATION
      The name of the implementation capability for the Feature specification.
      static java.lang.String FEATURE_SPECIFICATION_VERSION
      The version of the implementation capability for the Feature specification.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FEATURE_IMPLEMENTATION

        public static final java.lang.String FEATURE_IMPLEMENTATION
        The name of the implementation capability for the Feature specification.
        See Also:
        Constant Field Values
      • FEATURE_SPECIFICATION_VERSION

        public static final java.lang.String FEATURE_SPECIFICATION_VERSION
        The version of the implementation capability for the Feature specification.
        See Also:
        Constant Field Values