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.transaction.internal
Class ValidateEditOption


java.lang.Object
  extended by 

org.eclipse.emf.transaction.util.BasicTransactionOptionMetadata
      extended by 
org.eclipse.emf.transaction.internal.ValidateEditOption
All Implemented Interfaces:
Transaction.OptionMetadata

public class ValidateEditOption
extends BasicTransactionOptionMetadata

Metadata implementation for the non-trivial complexity of the Transaction.OPTION_VALIDATE_EDIT transaction option.

Since:
1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.transaction. Transaction.OptionMetadata
Transaction.OptionMetadata.Registry
 
Constructor Summary
ValidateEditOption ()
          Initializes me.
 
Method Summary
 boolean sameSetting ( Map<?,?> options1, Map<?,?> options2)
          Queries whether the specified options maps have the same value of my option, whether that be implicit or explicit.
 
Methods inherited from class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadata
getDefaultValue, getOption, getType, getValue, inherit, isHereditary, isSet, isTag, newBoolean, safeClass, safeEquals, toString
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidateEditOption

public ValidateEditOption()
Initializes me.

Method Detail

sameSetting

public boolean sameSetting(
Map<?,?> options1,
                           
Map<?,?> options2)
Description copied from interface: Transaction.OptionMetadata
Queries whether the specified options maps have the same value of my option, whether that be implicit or explicit. That is, this method accounts for default values and such complex cases as the Transaction.OPTION_VALIDATE_EDIT in which values of two different types may mean the same thing.

Specified by:
sameSetting in interface Transaction.OptionMetadata
Overrides:
sameSetting in class BasicTransactionOptionMetadata
Parameters:
options1 - an options map
options2 - another options map
Returns:
whether the two maps have the same setting of my option

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