Class UuidPropertyRule


  • public class UuidPropertyRule
    extends TransformedPropertyRule
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      UuidPropertyRule​(java.lang.String attributeName)  
      UuidPropertyRule​(java.lang.String attributeName, java.lang.String propertyName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object toPropertyValue​(java.lang.String attributeValue)  
      • Methods inherited from class org.apache.commons.digester.Rule

        begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
      • Methods inherited from class java.lang.Object

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

      • UuidPropertyRule

        public UuidPropertyRule​(java.lang.String attributeName,
                                java.lang.String propertyName)
      • UuidPropertyRule

        public UuidPropertyRule​(java.lang.String attributeName)