|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
de.folt.util.ObservableHashMap<java.lang.String,java.lang.Object>
de.folt.models.datamodel.LinguisticProperties
@Entity public class LinguisticProperties
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
LinguisticProperties()
|
|
| Method Summary | |
|---|---|
void |
add(LinguisticProperty lingProp)
add add a LingusticProperty to the LinguisticProperties |
boolean |
bCompare(LinguisticProperties compLingProps)
bCompare compare against all the LinguisticProperty of LinguisticProperties based on bCompare(LinguisticProperty compLingProp); the keys and the values are "stringified" |
java.lang.String |
format()
format |
java.lang.String |
formatAsXml()
formatAsXml |
java.lang.String |
formatCoreAttributesToTermNote()
formatCoreAttributesToTermNote |
java.lang.String |
formatCoreAttributesToTmx()
formatCoreAttributesToTmx formats the attributes of the tuv element |
java.lang.String |
formatNotePropToTmx()
formatToTmx returns a Prop/NoteFormatted string |
java.lang.String |
mapToJson()
mapToJson |
void |
remove(LinguisticProperty lingProp)
remove remove a LinguisticProperty |
java.lang.String |
search(java.lang.String attribute)
Search for an attribute (name) and return value of the attribute |
java.lang.String |
simpleFormat()
|
| Methods inherited from class de.folt.util.ObservableHashMap |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, getId, hasChanged, isChanged, notifyObservers, notifyObservers, put, remove, setChanged, setId |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public LinguisticProperties()
| Method Detail |
|---|
public void add(LinguisticProperty lingProp)
lingProp - public java.lang.String search(java.lang.String attribute)
attribute -
public boolean bCompare(LinguisticProperties compLingProps)
compLingProp - the LinguisticProperties to compare against
public java.lang.String format()
public java.lang.String formatAsXml()
public java.lang.String formatCoreAttributesToTermNote()
public java.lang.String formatCoreAttributesToTmx()
public java.lang.String formatNotePropToTmx()
public java.lang.String mapToJson()
public void remove(LinguisticProperty lingProp)
lingProp - public java.lang.String simpleFormat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||