|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
RepositoryLocation xsi:type in the
javasourcecode namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearFileName()
Remove the fileName attribute from this RepositoryLocation. |
void |
clearPath()
Remove the path attribute from this RepositoryLocation. |
void |
clearUrl()
Clear the url from this RepositoryLocation. |
String |
getFileName()
Get the fileName attribute from this RepositoryLocation. |
String |
getPath()
Get the path attribute from this RepositoryLocation. |
IXMLLink |
getUrl()
Get the url from this RepositoryLocation. |
boolean |
hasFileName(String fileName)
Determine if the fileName attribute on this RepositoryLocation has the given value. |
boolean |
hasPath(String path)
Determine if the path attribute on this RepositoryLocation has the given value. |
boolean |
hasUrl(IXMLLink urlToCheck)
Determine if this RepositoryLocation has the given url |
boolean |
isEquivalent(IRepositoryLocation RepositoryLocationToCheck)
Determine if another RepositoryLocation is equivalent to this one, ignoring ID's. |
void |
setFileName(String fileName)
Set the fileName attribute on this RepositoryLocation. |
void |
setPath(String path)
Set the path attribute on this RepositoryLocation. |
void |
setUrl(IXMLLink value)
Set the url for this RepositoryLocation. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setFileName(String fileName)
fileName - fileName
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearFileName()
public String getFileName()
public boolean hasFileName(String fileName)
fileName - Attribute value to compare
true if they match; false
otherwise.public void setPath(String path)
path - path
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearPath()
public String getPath()
public boolean hasPath(String path)
path - Attribute value to compare
true if they match; false
otherwise.public void setUrl(IXMLLink value)
value - new urlpublic void clearUrl()
public IXMLLink getUrl()
public boolean hasUrl(IXMLLink urlToCheck)
urlToCheck - url to compare
true if the urls are equivalent,
false otherwisepublic boolean isEquivalent(IRepositoryLocation RepositoryLocationToCheck)
RepositoryLocationToCheck - RepositoryLocation to compare to this one.
true if all the child elements of this
RepositoryLocation are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||