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.jst.jsf.metadataprocessors
Interface IMetaDataEnabledFeature

All Known Subinterfaces:
ICreateValues, IDefaultValue, IPossibleValues, IPropertyPageDescriptor, IValidELValues, IValidValues
All Known Implementing Classes:
AbstractEnumerationType, AbstractMetaDataEnabledFeature, AbstractRootTypeDescriptor, ActionType, BindingType, BooleanType, CharacterType, ColorType, ComponentBindingType, ComponentIDType, ContentType, CSSClassType, CSSIdType, CSSStyleType, CurrencyCodeType, DateTimePatternType, DefaultTypeDescriptor, DirectBindingType, DoubleType, EnumerationType, ExpressionBindingType, FacesConfigConverterIDFeatures, FacesConfigConverterIDType, FacesConfigIdentifierFeatures, FacesConfigIdentifierType, FacesConfigValidatorIDFeatures, FacesConfigValidatorIDType, IdentifierType, IntegerType, JavaClassType, LanguageCodeType, LengthType, LinkType, LocaleType, LongType, MethodBindingType, MultiSignatureEnumerationType, NumberPatternType, NumberType, ObjectType, PathType, RelativePathType, ResourceBundleType, ScriptType, StringType, TimeZoneType, URIType, ValueBindingType, ValueType, WebPathType

public interface IMetaDataEnabledFeature

Required interface used by the MetaData feature processing framework. All features must extend this interface.

Provisional API - subject to change


Method Summary
  MetaDataContext getMetaDataContext ()
          Gets metadata model context that this feature will be operating on.
  IStructuredDocumentContext getStructuredDocumentContext ()
          Gets structured document context that this feature will operating on
 void setMetaDataContext ( MetaDataContext context)
          Sets metadata model context that this feature will operating on
 void setStructuredDocumentContext ( IStructuredDocumentContext context)
          Sets structured document context that this feature will operating on
 

Method Detail

setStructuredDocumentContext

void setStructuredDocumentContext(
IStructuredDocumentContext context)
Sets structured document context that this feature will operating on

Parameters:
context -

getStructuredDocumentContext


IStructuredDocumentContext getStructuredDocumentContext()
Gets structured document context that this feature will operating on

Returns:
IStructuredDocumentContext

setMetaDataContext

void setMetaDataContext(
MetaDataContext context)
Sets metadata model context that this feature will operating on

Parameters:
context -

getMetaDataContext


MetaDataContext getMetaDataContext()
Gets metadata model context that this feature will be operating on.

Returns:
MetaDataContext



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