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 int
countAncestors()
boolean
equals(Object o)
Property
get(int index)
String
getName()
ImmutableList<Property>
getProperties()
ImmutableList<Value>
getValues()
ValueType
getValueType()
int
hashCode()
int
size()
String
toString()
-
-
-
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)
-
-