Packages

 

com.aspose.cad.fileformats.ifc.ifc2x3.types

Classes

Enums

com.aspose.cad.fileformats.ifc.ifc2x3.types

Enum IfcUnitEnum

    • Enum Constant Detail

      • ABSORBEDDOSEUNIT

        public static final IfcUnitEnum ABSORBEDDOSEUNIT
      • AMOUNTOFSUBSTANCEUNIT

        public static final IfcUnitEnum AMOUNTOFSUBSTANCEUNIT
      • DOSEEQUIVALENTUNIT

        public static final IfcUnitEnum DOSEEQUIVALENTUNIT
      • ELECTRICCAPACITANCEUNIT

        public static final IfcUnitEnum ELECTRICCAPACITANCEUNIT
      • ELECTRICCHARGEUNIT

        public static final IfcUnitEnum ELECTRICCHARGEUNIT
      • ELECTRICCONDUCTANCEUNIT

        public static final IfcUnitEnum ELECTRICCONDUCTANCEUNIT
      • ELECTRICCURRENTUNIT

        public static final IfcUnitEnum ELECTRICCURRENTUNIT
      • ELECTRICRESISTANCEUNIT

        public static final IfcUnitEnum ELECTRICRESISTANCEUNIT
      • ELECTRICVOLTAGEUNIT

        public static final IfcUnitEnum ELECTRICVOLTAGEUNIT
      • ENERGYUNIT

        public static final IfcUnitEnum ENERGYUNIT
      • FREQUENCYUNIT

        public static final IfcUnitEnum FREQUENCYUNIT
      • ILLUMINANCEUNIT

        public static final IfcUnitEnum ILLUMINANCEUNIT
      • INDUCTANCEUNIT

        public static final IfcUnitEnum INDUCTANCEUNIT
      • LENGTHUNIT

        public static final IfcUnitEnum LENGTHUNIT
      • LUMINOUSFLUXUNIT

        public static final IfcUnitEnum LUMINOUSFLUXUNIT
      • LUMINOUSINTENSITYUNIT

        public static final IfcUnitEnum LUMINOUSINTENSITYUNIT
      • MAGNETICFLUXDENSITYUNIT

        public static final IfcUnitEnum MAGNETICFLUXDENSITYUNIT
      • MAGNETICFLUXUNIT

        public static final IfcUnitEnum MAGNETICFLUXUNIT
      • PLANEANGLEUNIT

        public static final IfcUnitEnum PLANEANGLEUNIT
      • PRESSUREUNIT

        public static final IfcUnitEnum PRESSUREUNIT
      • RADIOACTIVITYUNIT

        public static final IfcUnitEnum RADIOACTIVITYUNIT
      • SOLIDANGLEUNIT

        public static final IfcUnitEnum SOLIDANGLEUNIT
      • THERMODYNAMICTEMPERATUREUNIT

        public static final IfcUnitEnum THERMODYNAMICTEMPERATUREUNIT
      • VOLUMEUNIT

        public static final IfcUnitEnum VOLUMEUNIT
      • USERDEFINED

        public static final IfcUnitEnum USERDEFINED
    • Method Detail

      • values

        public static IfcUnitEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (IfcUnitEnum c : IfcUnitEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IfcUnitEnum valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null