Package oms3.io
Interface CSProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getInfo()Get the annotations for the propertyset.Map<String,String>getInfo(String propertyName)Get the info for a property.StringgetName()Get the name of the propertysetvoidputAll(CSProperties p)voidsetInfo(String propertyname, Map<String,String> info)voidsetName(String name)Set the name-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getName
String getName()
Get the name of the propertyset- Returns:
- the name
-
setName
void setName(String name)
Set the name- Parameters:
name-
-
getInfo
Map<String,String> getInfo()
Get the annotations for the propertyset.- Returns:
- the info for the propertyset.
-
getInfo
Map<String,String> getInfo(String propertyName)
Get the info for a property.- Parameters:
propertyName-- Returns:
- the annotations for this property.
-
putAll
void putAll(CSProperties p)
-
-