public interface ScopeExtentIdentifierRemark extends Identifiable
| Modifier and Type | Method and Description |
|---|---|
void |
addUsage(Usage usage)
Add the usage
|
void |
addUsages(List<Usage> usages)
Add the usages
|
String |
getName()
Get the name
|
String |
getRemark()
Get the remark
|
Usage |
getUsage(int index)
Get the usage at the index
|
List<Usage> |
getUsages()
Get the usages
|
boolean |
hasRemark()
Has remark
|
boolean |
hasUsages()
Has usages
|
int |
numUsages()
Number of usages
|
void |
setName(String name)
Set the name
|
void |
setRemark(String remark)
Set the remark
|
void |
setUsages(List<Usage> usages)
Set the usages
|
addIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifiersString getName()
void setName(String name)
name - nameboolean hasUsages()
int numUsages()
Usage getUsage(int index)
index - usage indexvoid addUsage(Usage usage)
usage - usageString getRemark()
boolean hasRemark()
void setRemark(String remark)
remark - remarkCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.