Package org.w3._2001.schema
Interface Keybase
-
- All Known Subinterfaces:
KeyrefType
- All Known Implementing Classes:
KeybaseImpl
,KeyrefTypeImpl
public interface Keybase extends Annotated
A representation of the model object 'Keybase'.The following features are supported:
- See Also:
SchemaPackage.getKeybase()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FieldType>
getField()
Returns the value of the 'Field' containment reference list.String
getName()
Returns the value of the 'Name' attribute.SelectorType
getSelector()
Returns the value of the 'Selector' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setSelector(SelectorType value)
Sets the value of the 'Selector
' containment reference.-
Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getSelector
SelectorType getSelector()
Returns the value of the 'Selector' containment reference.- Returns:
- the value of the 'Selector' containment reference.
- See Also:
setSelector(SelectorType)
,SchemaPackage.getKeybase_Selector()
-
setSelector
void setSelector(SelectorType value)
Sets the value of the 'Selector
' containment reference.- Parameters:
value
- the new value of the 'Selector' containment reference.- See Also:
getSelector()
-
getField
EList<FieldType> getField()
Returns the value of the 'Field' containment reference list. The list contents are of typeFieldType
.- Returns:
- the value of the 'Field' containment reference list.
- See Also:
SchemaPackage.getKeybase_Field()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,SchemaPackage.getKeybase_Name()
-
-