|
Alignment API and Server 4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inrialpes.exmo.align.impl.Extensions
public class Extensions
This contains the metadata extensions They are indexed by namespace + local name. Unfortunatelly there is no way to deal with this in a simple hastable with a pair as key. So it is implemented the old way with concatenation... unfortunately
| Field Summary | |
|---|---|
private Hashtable<String,String[]> |
table
|
| Constructor Summary | |
|---|---|
Extensions()
|
|
Extensions(Hashtable<String,String[]> ht)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
getExtension(String ns,
String label)
|
String[] |
getExtensionCell(String ns,
String label)
|
Collection<String[]> |
getValues()
|
Set |
keySet()
|
void |
setExtension(String ns,
String label,
String value)
|
void |
unsetExtension(String ns,
String label)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Hashtable<String,String[]> table
| Constructor Detail |
|---|
public Extensions()
public Extensions(Hashtable<String,String[]> ht)
| Method Detail |
|---|
public void setExtension(String ns,
String label,
String value)
public void unsetExtension(String ns,
String label)
public String getExtension(String ns,
String label)
public String[] getExtensionCell(String ns,
String label)
public Set keySet()
public Collection<String[]> getValues()
public Object clone()
clone in class Object
|
Alignment API and Server 4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||