Package com.enonic.xp.data
Class PropertyArray
- java.lang.Object
-
- com.enonic.xp.data.PropertyArray
-
@PublicApi public final class PropertyArray extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountAncestors()booleanequals(Object o)Propertyget(int index)StringgetName()ImmutableList<Property>getProperties()ImmutableList<Value>getValues()ValueTypegetValueType()inthashCode()intsize()StringtoString()
-
-
-
Method Detail
-
countAncestors
public int countAncestors()
-
getName
public String getName()
-
getValueType
public ValueType getValueType()
-
getProperties
public ImmutableList<Property> getProperties()
-
getValues
public ImmutableList<Value> getValues()
-
size
public int size()
-
get
public Property get(int index)
-
-