it.uniroma2.info.ai_nlp.LinguisticWatermark.properties
Class InterfaceProperty

java.lang.Object
  extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
      extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.InterfaceProperty

public abstract class InterfaceProperty
extends Property


Field Summary
protected  boolean directory
           
protected  boolean file
           
 
Fields inherited from class it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
_id, _value
 
Constructor Summary
InterfaceProperty(String id, String value)
           
 
Method Summary
 boolean isDirectory()
           
 boolean isFile()
           
 
Methods inherited from class it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
contains, getDescription, getId, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

protected boolean directory

file

protected boolean file
Constructor Detail

InterfaceProperty

public InterfaceProperty(String id,
                         String value)
Method Detail

isDirectory

public boolean isDirectory()

isFile

public boolean isFile()