|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecore.util.EObjectValidator
com.ibm.ws.sibx.smobo.util.ServiceMessageObjectValidator
The Validator for the model.
ServiceMessageObjectPackage
Nested Class Summary |
---|
Nested classes inherited from class org.eclipse.emf.ecore.util.EObjectValidator |
---|
org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator |
Nested classes inherited from class org.eclipse.emf.ecore.EValidator |
---|
org.eclipse.emf.ecore.EValidator.Descriptor, org.eclipse.emf.ecore.EValidator.PatternMatcher, org.eclipse.emf.ecore.EValidator.Registry, org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider |
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
protected static int |
DIAGNOSTIC_CODE_COUNT
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class. |
static java.lang.String |
DIAGNOSTIC_SOURCE
A constant for the source of diagnostic codes from this package. |
static ServiceMessageObjectValidator |
INSTANCE
The cached model package |
static java.util.Collection |
MESSAGE_TYPE_TYPE__ENUMERATION__VALUES
|
static java.math.BigInteger |
PRIORITY_TYPE__MAX__VALUE
|
static java.math.BigInteger |
PRIORITY_TYPE__MIN__VALUE
|
protected org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator |
xmlTypeValidator
The cached base package validator. |
Fields inherited from class org.eclipse.emf.ecore.util.EObjectValidator |
---|
DATA_VALUE__FRACTION_DIGITS_IN_RANGE, DATA_VALUE__LENGTH_IN_RANGE, DATA_VALUE__MATCHES_PATTERN, DATA_VALUE__TOTAL_DIGITS_IN_RANGE, DATA_VALUE__TYPE_CORRECT, DATA_VALUE__VALUE_IN_ENUMERATION, DATA_VALUE__VALUE_IN_RANGE, EOBJECT__EVERY_DATA_VALUE_CONFORMS, EOBJECT__EVERY_MULTIPCITY_CONFORMS, EOBJECT__EVERY_PROXY_RESOLVES, EOBJECT__EVERY_REFERENCE_IS_CONTAINED |
Fields inherited from interface org.eclipse.emf.ecore.EValidator |
---|
MARKER, URI_ATTRIBUTE |
Constructor Summary | |
---|---|
ServiceMessageObjectValidator()
Creates an instance of the switch. |
Method Summary | |
---|---|
protected org.eclipse.emf.ecore.EPackage |
getEPackage()
Returns the package of this validator switch. |
protected boolean |
validate(int classifierID,
java.lang.Object value,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
Calls validateXXX for the corresonding classifier of the model. |
boolean |
validateContextType(ContextType contextType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateDocumentRoot(DocumentRoot documentRoot,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateFailInfoType(FailInfoType failInfoType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateHeadersType(HeadersType headersType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateInvocationPathType(InvocationPathType invocationPathType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateJMSHeaderType(JMSHeaderType jmsHeaderType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateMessageTypeType_Enumeration(java.lang.String messageTypeType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
Validates the Enumeration constraint of 'Message Type Type'. |
boolean |
validateMessageTypeType(java.lang.String messageTypeType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validatePersistenceType(java.lang.Object persistenceType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validatePersistenceTypeObject(PersistenceType persistenceTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validatePrimitiveType(PrimitiveType primitiveType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validatePriorityType_Max(java.math.BigInteger priorityType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
Validates the Max constraint of 'Priority Type'. |
boolean |
validatePriorityType_Min(java.math.BigInteger priorityType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
Validates the Min constraint of 'Priority Type'. |
boolean |
validatePriorityType(java.math.BigInteger priorityType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validatePropertyType(PropertyType propertyType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateServiceMessageObject(ServiceMessageObject serviceMessageObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateSMOHeaderType(SMOHeaderType smoHeaderType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateSOAPFaultInfoType(SOAPFaultInfoType soapFaultInfoType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateSOAPHeaderType(SOAPHeaderType soapHeaderType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
validateVersionType(VersionType versionType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Methods inherited from class org.eclipse.emf.ecore.util.EObjectValidator |
---|
createBadDataValueDiagnostic, getFeatureLabel, getObjectLabel, getRootEValidator, getValueLabel, reportDataValuePatternViolation, reportDataValueTypeViolation, reportEnumerationViolation, reportFractionDigitsViolation, reportMaxLengthViolation, reportMaxViolation, reportMinLengthViolation, reportMinViolation, reportTotalDigitsViolation, validate_DataValueConforms, validate_EveryDataValueConforms, validate_EveryDefaultConstraint, validate_EveryMultiplicityConforms, validate_EveryProxyResolves, validate_EveryReferenceIsContained, validate_MultiplicityConforms, validate, validate, validate, validatePattern, wrapEnumerationValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static final ServiceMessageObjectValidator INSTANCE
public static final java.lang.String DIAGNOSTIC_SOURCE
source
of diagnostic codes
from this package.
Diagnostic.getSource()
,
Diagnostic.getCode()
,
Constant Field Valuesprotected static final int DIAGNOSTIC_CODE_COUNT
protected org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator xmlTypeValidator
public static final java.util.Collection MESSAGE_TYPE_TYPE__ENUMERATION__VALUES
validateMessageTypeType_Enumeration(java.lang.String, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public static final java.math.BigInteger PRIORITY_TYPE__MIN__VALUE
validatePriorityType_Min(java.math.BigInteger, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public static final java.math.BigInteger PRIORITY_TYPE__MAX__VALUE
validatePriorityType_Max(java.math.BigInteger, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
Constructor Detail |
public ServiceMessageObjectValidator()
Method Detail |
protected org.eclipse.emf.ecore.EPackage getEPackage()
protected boolean validate(int classifierID, java.lang.Object value, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
validateXXX
for the corresonding classifier of the model.
public boolean validateContextType(ContextType contextType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateFailInfoType(FailInfoType failInfoType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateHeadersType(HeadersType headersType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateInvocationPathType(InvocationPathType invocationPathType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateJMSHeaderType(JMSHeaderType jmsHeaderType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePrimitiveType(PrimitiveType primitiveType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePropertyType(PropertyType propertyType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateServiceMessageObject(ServiceMessageObject serviceMessageObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateSMOHeaderType(SMOHeaderType smoHeaderType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateSOAPFaultInfoType(SOAPFaultInfoType soapFaultInfoType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateSOAPHeaderType(SOAPHeaderType soapHeaderType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateVersionType(VersionType versionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePersistenceType(java.lang.Object persistenceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateMessageTypeType(java.lang.String messageTypeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validateMessageTypeType_Enumeration(java.lang.String messageTypeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePersistenceTypeObject(PersistenceType persistenceTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePriorityType(java.math.BigInteger priorityType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePriorityType_Min(java.math.BigInteger priorityType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
public boolean validatePriorityType_Max(java.math.BigInteger priorityType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |