Class Triple.Meta<A,​B,​C>

  • Type Parameters:
    A - the type
    B - the type
    C - the type
    All Implemented Interfaces:
    org.joda.beans.MetaBean
    Enclosing class:
    Triple<A,​B,​C>

    public static final class Triple.Meta<A,​B,​C>
    extends org.joda.beans.impl.direct.DirectMetaBean
    The meta-bean for Triple.
    • Field Summary

      • Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean

        TEST_COVERAGE_STRING
    • Method Detail

      • metaPropertyGet

        protected org.joda.beans.MetaProperty<?> metaPropertyGet​(String propertyName)
        Overrides:
        metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBean
      • builder

        public org.joda.beans.BeanBuilder<? extends Triple<A,​B,​C>> builder()
      • metaPropertyMap

        public Map<String,​org.joda.beans.MetaProperty<?>> metaPropertyMap()
      • first

        public org.joda.beans.MetaProperty<A> first()
        The meta-property for the first property.
        Returns:
        the meta-property, not null
      • second

        public org.joda.beans.MetaProperty<B> second()
        The meta-property for the second property.
        Returns:
        the meta-property, not null
      • third

        public org.joda.beans.MetaProperty<C> third()
        The meta-property for the third property.
        Returns:
        the meta-property, not null
      • propertyGet

        protected Object propertyGet​(org.joda.beans.Bean bean,
                                     String propertyName,
                                     boolean quiet)
        Overrides:
        propertyGet in class org.joda.beans.impl.direct.DirectMetaBean
      • propertySet

        protected void propertySet​(org.joda.beans.Bean bean,
                                   String propertyName,
                                   Object newValue,
                                   boolean quiet)
        Overrides:
        propertySet in class org.joda.beans.impl.direct.DirectMetaBean