Class PropertyArray


  • @Beta
    public final class PropertyArray
    extends java.lang.Object
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public int countAncestors()
      • getName

        public java.lang.String getName()
      • getValueType

        public ValueType getValueType()
      • getProperties

        public com.google.common.collect.ImmutableList<Property> getProperties()
      • getValues

        public com.google.common.collect.ImmutableList<Value> getValues()
      • size

        public int size()
      • get

        public Property get​(int index)