Class UIDDefinition


  • public class UIDDefinition
    extends java.lang.Object
    This class contains meta data about the primary key of a class from the model. A representation of the 'pkDefinition' element from dpaschema.xml.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE_INHERIT  
      static java.lang.String TYPE_SQL  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UIDDefinition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.lang.String getValue()  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • UIDDefinition

        protected UIDDefinition()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        String
      • setType

        public void setType​(java.lang.String type)
        Parameters:
        type - String
      • getValue

        public java.lang.String getValue()
        Returns:
        String
      • setValue

        public void setValue​(java.lang.String value)
        Parameters:
        value - String