org.topcased.validation.core.extension
Class ValidatorDescriptor
java.lang.Object
org.topcased.validation.core.extension.ValidatorDescriptor
public class ValidatorDescriptor
- extends java.lang.Object
Class that describes a validator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_VALIDATOR
public static final java.lang.String TAG_VALIDATOR
- See Also:
- Constant Field Values
ATT_ID
public static final java.lang.String ATT_ID
- See Also:
- Constant Field Values
ATT_NAME
public static final java.lang.String ATT_NAME
- See Also:
- Constant Field Values
ATT_CLASS
public static final java.lang.String ATT_CLASS
- See Also:
- Constant Field Values
ATT_URI
public static final java.lang.String ATT_URI
- See Also:
- Constant Field Values
TAG_DESCRIPTION
public static final java.lang.String TAG_DESCRIPTION
- See Also:
- Constant Field Values
getValidator
public IValidator getValidator()
throws org.eclipse.core.runtime.CoreException
- Get the validator associated with this extension
- Returns:
- the validator or
null
if the
- Throws:
org.eclipse.core.runtime.CoreException
getId
public java.lang.String getId()
- Returns:
- String
getDescription
public java.lang.String getDescription()
- Returns:
- String
getName
public java.lang.String getName()
- Returns:
- String
getURI
public java.lang.String getURI()
- Returns:
- String
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.