|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.OrderedListInformation
public class OrderedListInformation
OrderedListInformation is a utility class used to extract information from an ordered list and validate it.
Field Summary | |
---|---|
private PropertyCollection |
list
the ordered list |
private PropertyCollection |
listType
the list type |
private PropertyCollection |
orderingType
the list ordering type |
private PropertyCollection |
valueInstance
the ordering value instance |
private java.lang.Object |
valueKey
the ordering value key |
Constructor Summary | |
---|---|
OrderedListInformation(PropertyCollection orderedList)
OrderedListInformation constructor |
Method Summary | |
---|---|
PropertyCollection |
getList()
get List |
PropertyCollection |
getListType()
get List Type |
PropertyCollection |
getOrderingInstance()
get Ordering Instance |
java.lang.Object |
getOrderingKey()
get Ordering Key |
PropertyCollection |
getOrderingType()
get Ordering Type |
PropertyCollection |
getValueInstance()
get Value Instance |
java.lang.Object |
getValueKey()
get Value Key |
void |
validateAddOperationOnOrderedList()
validate that Add Operation On the analyzed Ordered List will be successful. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final PropertyCollection list
private final PropertyCollection listType
private final PropertyCollection orderingType
private final PropertyCollection valueInstance
private final java.lang.Object valueKey
Constructor Detail |
---|
public OrderedListInformation(PropertyCollection orderedList)
orderedList
- the ordered list to analyzeMethod Detail |
---|
public PropertyCollection getOrderingInstance()
public java.lang.Object getOrderingKey()
public PropertyCollection getList()
public PropertyCollection getListType()
public PropertyCollection getOrderingType()
public PropertyCollection getValueInstance()
public java.lang.Object getValueKey()
public void validateAddOperationOnOrderedList()
java.lang.IllegalArgumentException
- if the ordered list isn't valid to
receive an add operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |