|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyType | |
---|---|
org.eclipse.jst.jsf.facesconfig.emf | EMF model for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.impl | EMF model implementations for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.util | EMF generated util classes for JSF application configuration files. |
Uses of KeyType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return KeyType | |
---|---|
KeyType |
FacesConfigFactory.createKeyType()
Returns a new object of class 'Key Type' |
KeyType |
MapEntryType.getKey()
Returns the value of the 'Key' containment reference |
KeyType |
DocumentRoot.getKey()
Returns the value of the 'Key' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type KeyType | |
---|---|
void |
MapEntryType.setKey(KeyType value)
Sets the value of the ' Key ' containment reference |
void |
DocumentRoot.setKey(KeyType value)
Sets the value of the ' Key ' containment reference |
Uses of KeyType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement KeyType | |
---|---|
class |
KeyTypeImpl
An implementation of the model object 'Key Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return KeyType | |
---|---|
KeyType |
FacesConfigFactoryImpl.createKeyType()
|
KeyType |
MapEntryTypeImpl.getKey()
|
KeyType |
DocumentRootImpl.getKey()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type KeyType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MapEntryTypeImpl.basicSetKey(KeyType newKey,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetKey(KeyType newKey,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
MapEntryTypeImpl.setKey(KeyType newKey)
|
void |
DocumentRootImpl.setKey(KeyType newKey)
|
Uses of KeyType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type KeyType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseKeyType(KeyType object)
Returns the result of interpretting the object as an instance of 'Key Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |