public class ListProperty extends Property
Modifier and Type | Class and Description |
---|---|
static class |
ListProperty.Maker
Inner class for creating instances of
ListProperty |
Modifier and Type | Field and Description |
---|---|
protected List<Property> |
list
Vector containing the list of sub-properties
|
Modifier | Constructor and Description |
---|---|
protected |
ListProperty()
Simple constructor used by subclasses to do some special processing.
|
|
ListProperty(Property prop)
Create a new instance, using the given
Property as the first
element in the list. |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(Property prop)
Add a new property to the list
|
boolean |
equals(Object obj) |
List<Property> |
getList()
Return the
java.util.List of Property instances
contained in this property. |
Object |
getObject()
|
int |
hashCode() |
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString
protected ListProperty()
Copyright © 2025 Apache Software Foundation. All rights reserved.