value = litInt.getValue();
}
else if (multValue instanceof LiteralString)
{
LiteralString litStr = (LiteralString)multValue;
String multString = litStr.getValue();
if (multString.equals("*"))
{
value = MultiplicityElement.UNLIMITED_UPPER_BOUND;
}
else