Package | Description |
---|---|
org.eclipse.gef4.dot.internal.parser.validation |
Modifier and Type | Method and Description |
---|---|
static DotJavaValidator.AttributeContext |
DotJavaValidator.AttributeContext.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotJavaValidator.AttributeContext[] |
DotJavaValidator.AttributeContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.eclipse.emf.common.util.Diagnostic> |
DotJavaValidator.validateAttributeValue(DotJavaValidator.AttributeContext context,
java.lang.String name,
java.lang.String value)
Validate the attribute determined via name and value syntactically and
semantically.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.