com.github.jknack.extend
Class Extend.Property

java.lang.Object
  extended by com.github.jknack.extend.Extend.Property
Enclosing class:
Extend

public static final class Extend.Property
extends Object

Helper class for simplify object property creation. Use Extend.$(String, Object) factory method.

Since:
0.1.0
Author:
edgar.espina
See Also:
Extend.$(String, Object)

Field Summary
 String name
          The property's name.
 Object value
          The property's value.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
The property's name. Required.


value

public final Object value
The property's value. Required.



Copyright © 2013. All Rights Reserved.