Class CalculationParametersId

    • Method Detail

      • of

        public static CalculationParametersId of​(String name)
        Obtains an instance used to obtain calculation parameters by name.

        In most cases, it is better to use the STANDARD constant instead.

        Parameters:
        name - the name
        Returns:
        the identifier
      • meta

        public static org.joda.beans.TypedMetaBean<CalculationParametersId> meta()
        The meta-bean for CalculationParametersId.
        Returns:
        the meta-bean, not null
      • metaBean

        public org.joda.beans.TypedMetaBean<CalculationParametersId> metaBean()
        Specified by:
        metaBean in interface org.joda.beans.Bean
      • getName

        public String getName()
        Gets the name of the parameters.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object