Class BeliefSystemTypeOption

    • Method Detail

      • get

        public static BeliefSystemTypeOption get​(java.lang.String beliefSystemType)
        This is a factory method for this belief system configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
        Parameters:
        beliefSystemType - the identifier for the belie system
        Returns:
        the actual type safe default clock type configuration.
      • getPropertyName

        public java.lang.String getPropertyName()
        Specified by:
        getPropertyName in interface Option
        Returns:
        the property name for this option
      • getBeliefSystemType

        public java.lang.String getBeliefSystemType()
        Returns:
        the configured belief system type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object