org.gcube.data.spd.model
Class Property

java.lang.Object
  extended by org.gcube.data.spd.model.Property
All Implemented Interfaces:
Comparable<Property>

public class Property
extends Object
implements Comparable<Property>


Constructor Summary
Property(Properties prop, Object value)
           
 
Method Summary
 int compareTo(Property property)
           
 Properties getProp()
           
 Object getValue()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(Properties prop,
                Object value)
Method Detail

isValid

public boolean isValid()

getValue

public Object getValue()

getProp

public Properties getProp()

compareTo

public int compareTo(Property property)
Specified by:
compareTo in interface Comparable<Property>


Copyright © 2013. All Rights Reserved.