Package org.w3.xlink
Interface ResourceType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ResourceTypeImpl
public interface ResourceType extends EObjectA representation of the model object 'Resource Type'.The following features are supported:
- See Also:
XlinkPackage.getResourceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetContents()StringgetLabel()Returns the value of the 'Label' attribute.StringgetRole()Returns the value of the 'Role' attribute.StringgetTitle()Returns the value of the 'Title' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetLabel(String value)Sets the value of the 'Label' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
-
-
-
Method Detail
-
getLabel
String getLabel()
Returns the value of the 'Label' attribute.If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Label' attribute.
- See Also:
setLabel(String),XlinkPackage.getResourceType_Label()
-
setLabel
void setLabel(String value)
Sets the value of the 'Label' attribute.- Parameters:
value- the new value of the 'Label' attribute.- See Also:
getLabel()
-
getRole
String getRole()
Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
setRole(String),XlinkPackage.getResourceType_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role' attribute.- Parameters:
value- the new value of the 'Role' attribute.- See Also:
getRole()
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String),XlinkPackage.getResourceType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title' attribute.- Parameters:
value- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
TypeType getType()
Returns the value of the 'Type' attribute. The default value is"resource". The literals are from the enumerationTypeType.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType,isSetType(),unsetType(),setType(TypeType),XlinkPackage.getResourceType_Type()
-
setType
void setType(TypeType value)
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
TypeType,isSetType(),unsetType(),getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type' attribute.- See Also:
isSetType(),getType(),setType(TypeType)
-
isSetType
boolean isSetType()
Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
unsetType(),getType(),setType(TypeType)
-
getContents
EList getContents()
-
-