org.ujoframework.extensions
Class PropertyModifier

java.lang.Object
  extended by org.ujoframework.extensions.PropertyModifier

public class PropertyModifier
extends java.lang.Object

Property Setter

Author:
Ponec

Constructor Summary
PropertyModifier()
           
 
Method Summary
static void setIndex(int anIndex, Property property)
          Set the new index and lock the property if it is not locked yet.
static void setName(java.lang.String name, Property property)
          Write name into property if it is not locked yet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyModifier

public PropertyModifier()
Method Detail

setName

public static void setName(java.lang.String name,
                           Property property)
Write name into property if it is not locked yet.


setIndex

public static void setIndex(int anIndex,
                            Property property)
Set the new index and lock the property if it is not locked yet.



Copyright © 2010. All Rights Reserved.