OMS (v3.0.25)

oms3.io
Interface CSProperties

All Superinterfaces:
java.util.Map<java.lang.String,java.lang.Object>

public interface CSProperties
extends java.util.Map<java.lang.String,java.lang.Object>

Comma separated properties

Author:
Olaf David

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getInfo()
          Get the annotations for the propertyset.
 java.util.Map<java.lang.String,java.lang.String> getInfo(java.lang.String propertyName)
          Get the info for a property.
 java.lang.String getName()
          Get the name of the propertyset
 void putAll(CSProperties p)
           
 void setInfo(java.lang.String propertyname, java.util.Map<java.lang.String,java.lang.String> info)
           
 void setName(java.lang.String name)
          Set the name
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getName

java.lang.String getName()
Get the name of the propertyset

Returns:
the name

setName

void setName(java.lang.String name)
Set the name

Parameters:
name -

getInfo

java.util.Map<java.lang.String,java.lang.String> getInfo()
Get the annotations for the propertyset.

Returns:
the info for the propertyset.

getInfo

java.util.Map<java.lang.String,java.lang.String> getInfo(java.lang.String propertyName)
Get the info for a property.

Parameters:
propertyName -
Returns:
the annotations for this property.

setInfo

void setInfo(java.lang.String propertyname,
             java.util.Map<java.lang.String,java.lang.String> info)

putAll

void putAll(CSProperties p)

OMS (v3.0.25)

Generated 2010-08-11 08:44:20 MDT, USDA-ARS-ASRU/CSU, 2150 Center Ave, Fort Collins, CO 80526, U.S.A.