return mName;
}
public DomainType getType()
{
DomainType domainType = new DomainType(mDomainType);
List<Object> expressions = new ArrayList<Object>();
domainType.addAnnotation(
AnnotationKeys.ASSERTION_EXPRESSIONS, expressions);
for (WithAssertionStrategy assertion : mAssertions)
{
if (assertion.getAnnotationKey() != null)
{
domainType.addAnnotation(
assertion.getAnnotationKey(),
assertion.getAnnotationValue());
}
if (assertion.getExpressionAssertion() != null)
{