Package com.enonic.xp.data
Class PropertyArray
- java.lang.Object
-
- com.enonic.xp.data.PropertyArray
-
@Beta public final class PropertyArray extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countAncestors()
boolean
equals(java.lang.Object o)
Property
get(int index)
java.lang.String
getName()
com.google.common.collect.ImmutableList<Property>
getProperties()
com.google.common.collect.ImmutableList<Value>
getValues()
ValueType
getValueType()
int
hashCode()
int
size()
java.lang.String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.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)
-
-