EDMConstants.LogicalValues


edm.edom3

Class EDMConstants.LogicalValues


  • java.lang.Object
    • edm.edom3.EDMConstants.LogicalValues
  • Enclosing interface:EDMConstants



    public static class EDMConstants.LogicalValues
    extends java.lang.Object

    Enumerates ISO10303 logical / boolean values
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static longsdaiFALSE
      false
      static longsdaiTRUE
      true
      static longsdaiUNKNOWN
      unknown
    • Constructor Summary

      Constructors 

      Constructor and Description
      LogicalValues() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sdaiFALSE

        public static final long sdaiFALSE

        false

        See Also:Constant Field Values

      • sdaiTRUE

        public static final long sdaiTRUE

        true

        See Also:Constant Field Values

      • sdaiUNKNOWN

        public static final long sdaiUNKNOWN

        unknown

        See Also:Constant Field Values

    • Constructor Detail

      • LogicalValues

        public LogicalValues()