juzu.io
Class Chunk.Property<T>

java.lang.Object
  extended by juzu.io.Chunk
      extended by juzu.io.Chunk.Property<T>
Type Parameters:
T -
Enclosing class:
Chunk

public static class Chunk.Property<T>
extends Chunk

A property chunk.


Nested Class Summary
 
Nested classes/interfaces inherited from class juzu.io.Chunk
Chunk.Data, Chunk.Property<T>
 
Field Summary
 PropertyType<T> type
          .
 T value
          .
 
Constructor Summary
Chunk.Property(T value, PropertyType<T> type)
           
 
Method Summary
 
Methods inherited from class juzu.io.Chunk
create, create, create, create, create, create, create
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final T value
.


type

public final PropertyType<T> type
.

Constructor Detail

Chunk.Property

public Chunk.Property(T value,
                      PropertyType<T> type)


Copyright © 2014 eXo Platform SAS. All rights reserved.