|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.utils.SigAndDataObjPropsPair<TSigProp,TDataObjProp>
public abstract class SigAndDataObjPropsPair<TSigProp,TDataObjProp>
Container for a pair of property collections (signature and data object).
| Constructor Summary | |
|---|---|
protected |
SigAndDataObjPropsPair(Collection<TSigProp> sigProps,
Collection<TDataObjProp> dataObjProps)
|
| Method Summary | |
|---|---|
Collection<TDataObjProp> |
getDataObjProps()
Gets the unmodifiable collection of data object properties. |
Collection<TSigProp> |
getSigProps()
Gets the unmodifiable collection of signature properties. |
boolean |
isEmpty()
Indicates wether the container has properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SigAndDataObjPropsPair(Collection<TSigProp> sigProps,
Collection<TDataObjProp> dataObjProps)
| Method Detail |
|---|
public Collection<TSigProp> getSigProps()
public Collection<TDataObjProp> getDataObjProps()
public boolean isEmpty()
true if there are no signature nor data object properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||