Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.emf.validation.model
Class ModelConstraint


java.lang.Object
  extended by 
org.eclipse.emf.validation.model.ModelConstraint
All Implemented Interfaces:
IModelConstraint

public abstract class ModelConstraint
extends Object
implements IModelConstraint

An abstract model constraint implementation. This class is intended to be used by constraint providers in order to provide live/batch validation constraints.


Field Summary
 
Fields inherited from interface org.eclipse.emf.validation.model. IModelConstraint
STATUS_CODE_SUCCESS
 
Constructor Summary
ModelConstraint ( IConstraintDescriptor descriptor)
          Constructs me with the provided non-null constraint descriptor.
 
Method Summary
  IConstraintDescriptor getDescriptor ()
          Obtains my descriptor, which provides a variety of meta-data about me.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.validation.model. IModelConstraint
validate
 

Constructor Detail

ModelConstraint

public ModelConstraint(
IConstraintDescriptor descriptor)
Constructs me with the provided non-null constraint descriptor.

Parameters:
descriptor - A non-null constraint descriptor that describes this model constraint.
Method Detail

getDescriptor

public final 
IConstraintDescriptor getDescriptor()
Description copied from interface: IModelConstraint
Obtains my descriptor, which provides a variety of meta-data about me.

Specified by:
getDescriptor in interface IModelConstraint
Returns:
my constraint descriptor

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire