Package oms3.io

Interface CSProperties

  • All Superinterfaces:
    Map<String,​Object>

    public interface CSProperties
    extends Map<String,​Object>
    Comma separated properties
    Author:
    Olaf David
    • 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.