Interface DirectReference
-
- All Superinterfaces:
Reference
- All Known Implementing Classes:
DirectReference
public interface DirectReference extends Reference
Interface for DirectReference reference type inside a STR- Author:
- Ashutosh.Shahi@Sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetURI()StringgetValueType()voidsetURI(String uri)voidsetValueType(String valueType)
-
-
-
Method Detail
-
getValueType
String getValueType()
- Returns:
- the valueType attribute of direct reference
-
setValueType
void setValueType(String valueType)
- Parameters:
valueType- sets the valueType attribute
-
getURI
String getURI()
- Returns:
- the URI attribute
-
setURI
void setURI(String uri)
- Parameters:
uri- sets the uri attribute
-
-