public class RepoLabel extends java.lang.Object implements LatentStateLabel
Constructor and Description |
---|
RepoLabel(java.lang.String strCode)
RepoLabel constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fullyQualifiedName()
Retrieve the Fully Qualified Name
|
boolean |
match(LatentStateLabel lslOther)
Indicate whether this Label matches the supplied.
|
static RepoLabel |
Standard(java.lang.String strCode)
Make a Standard Repo Label from the Product Code
|
public RepoLabel(java.lang.String strCode) throws java.lang.Exception
strCode
- The Repo'able Product Codejava.lang.Exception
- Thrown if the inputs are invalidpublic static final RepoLabel Standard(java.lang.String strCode)
strCode
- The Repo'able Product Codepublic java.lang.String fullyQualifiedName()
LatentStateLabel
fullyQualifiedName
in interface LatentStateLabel
public boolean match(LatentStateLabel lslOther)
LatentStateLabel
match
in interface LatentStateLabel
lslOther
- The Supplied Label