public final class MXMLIncompatibleArrayElementProblem extends MXMLSemanticProblem
Array
is incompatible with the [ArrayElementType]
metadata for that property.Modifier and Type | Field and Description |
---|---|
String |
actualType |
String |
ARRAY_ELEMENT_TYPE |
static String |
DESCRIPTION |
static int |
errorCode |
String |
expectedType |
String |
propertyName |
UNKNOWN
Constructor and Description |
---|
MXMLIncompatibleArrayElementProblem(IMXMLTagData site,
String propertyName,
String expectedType,
String actualType) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String propertyName
public final String expectedType
public final String actualType
public final String ARRAY_ELEMENT_TYPE
public MXMLIncompatibleArrayElementProblem(IMXMLTagData site, String propertyName, String expectedType, String actualType)
Copyright © 2016 The Apache Software Foundation. All rights reserved.