org.eclipse.emf.test.models.qname
Interface ResourceType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ResourceTypeImpl

public interface ResourceType
extends EObject

A representation of the model object 'Resource Type'.

The following features are supported:

See Also:
QNamePackage.getResourceType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 int getIntvalue()
          Returns the value of the 'Intvalue' attribute
 java.util.List<javax.xml.namespace.QName> getMyQname()
          Returns the value of the 'My Qname' attribute
 java.util.List<javax.xml.namespace.QName> getQnamelist()
          Returns the value of the 'Qnamelist' attribute
 java.lang.Object getUnionvalue()
          Returns the value of the 'Unionvalue' attribute
 boolean isSetIntvalue()
          Returns whether the value of the 'Intvalue' attribute is set
 void setIntvalue(int value)
          Sets the value of the 'Intvalue' attribute
 void setMyQname(java.util.List<javax.xml.namespace.QName> value)
          Sets the value of the 'My Qname' attribute
 void setQnamelist(java.util.List<javax.xml.namespace.QName> value)
          Sets the value of the 'Qnamelist' attribute
 void setUnionvalue(java.lang.Object value)
          Sets the value of the 'Unionvalue' attribute
 void unsetIntvalue()
          Unsets the value of the 'Intvalue' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUnionvalue

java.lang.Object getUnionvalue()
Returns the value of the 'Unionvalue' attribute.

If the meaning of the 'Unionvalue' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unionvalue' attribute.
See Also:
setUnionvalue(Object), QNamePackage.getResourceType_Unionvalue()

setUnionvalue

void setUnionvalue(java.lang.Object value)
Sets the value of the 'Unionvalue' attribute.

Parameters:
value - the new value of the 'Unionvalue' attribute.
See Also:
getUnionvalue()

getQnamelist

java.util.List<javax.xml.namespace.QName> getQnamelist()
Returns the value of the 'Qnamelist' attribute.

If the meaning of the 'Qnamelist' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Qnamelist' attribute.
See Also:
setQnamelist(List), QNamePackage.getResourceType_Qnamelist()

setQnamelist

void setQnamelist(java.util.List<javax.xml.namespace.QName> value)
Sets the value of the 'Qnamelist' attribute.

Parameters:
value - the new value of the 'Qnamelist' attribute.
See Also:
getQnamelist()

getIntvalue

int getIntvalue()
Returns the value of the 'Intvalue' attribute.

If the meaning of the 'Intvalue' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Intvalue' attribute.
See Also:
isSetIntvalue(), unsetIntvalue(), setIntvalue(int), QNamePackage.getResourceType_Intvalue()

setIntvalue

void setIntvalue(int value)
Sets the value of the 'Intvalue' attribute.

Parameters:
value - the new value of the 'Intvalue' attribute.
See Also:
isSetIntvalue(), unsetIntvalue(), getIntvalue()

unsetIntvalue

void unsetIntvalue()
Unsets the value of the 'Intvalue' attribute.

See Also:
isSetIntvalue(), getIntvalue(), setIntvalue(int)

isSetIntvalue

boolean isSetIntvalue()
Returns whether the value of the 'Intvalue' attribute is set.

Returns:
whether the value of the 'Intvalue' attribute is set.
See Also:
unsetIntvalue(), getIntvalue(), setIntvalue(int)

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
QNamePackage.getResourceType_Any()

getMyQname

java.util.List<javax.xml.namespace.QName> getMyQname()
Returns the value of the 'My Qname' attribute.

If the meaning of the 'My Qname' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'My Qname' attribute.
See Also:
setMyQname(List), QNamePackage.getResourceType_MyQname()

setMyQname

void setMyQname(java.util.List<javax.xml.namespace.QName> value)
Sets the value of the 'My Qname' attribute.

Parameters:
value - the new value of the 'My Qname' attribute.
See Also:
getMyQname()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
QNamePackage.getResourceType_AnyAttribute()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.