Class PropertyDDCName


  • public class PropertyDDCName
    extends java.lang.Object
    Represents the property name and the the its owned DDC.
    Author:
    rbo
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyDDCName​(java.lang.String prop, java.lang.String name)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDdcName()  
      java.lang.String getProperty()  
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyDDCName

        public PropertyDDCName​(java.lang.String prop,
                               java.lang.String name)
        Constructor.
        Parameters:
        prop - Propertyname
        name - DDC name
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • getDdcName

        public java.lang.String getDdcName()
        Returns:
        DDC name
      • getProperty

        public java.lang.String getProperty()
        Returns:
        property of the ddc table or "*" if all properties must be returned