|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Simple value object that holds a list of EPC pattern URIs.
Method Summary | |
void |
appendPattern(java.net.URI pattern)
Appends the given EPC pattern URI to this pattern list. |
void |
appendPatterns(java.util.List patterns)
Appends the given EPC pattern URIs to this pattern list. |
java.util.List |
getPatterns()
Returns the list of EPC pattern URIs. |
Method Detail |
public void appendPattern(java.net.URI pattern) throws InvalidURIException
pattern
- An EPC pattern URI to append.
InvalidURIException
- if the supplied URI is not a valid EPC pattern.public void appendPatterns(java.util.List patterns) throws InvalidURIException
patterns
- A list of EPC pattern URIs to append.
InvalidURIException
- if a supplied URI is not a valid EPC pattern.public java.util.List getPatterns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |