com.evolveum.midpoint.schema.xjc.schema
Class FieldBox<T>

java.lang.Object
  extended by com.evolveum.midpoint.schema.xjc.schema.FieldBox<T>
All Implemented Interfaces:
Comparable<FieldBox>

public class FieldBox<T>
extends Object
implements Comparable<FieldBox>

Author:
lazyman

Constructor Summary
FieldBox(String fieldName, T value)
           
 
Method Summary
 int compareTo(FieldBox fieldBox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldBox

public FieldBox(String fieldName,
                T value)
Method Detail

compareTo

public int compareTo(FieldBox fieldBox)
Specified by:
compareTo in interface Comparable<FieldBox>


Copyright © 2013 evolveum. All Rights Reserved.