gate.gui
Class FeaturesSchemaEditor.Feature

java.lang.Object
  extended bygate.gui.FeaturesSchemaEditor.Feature
Enclosing class:
FeaturesSchemaEditor

protected class FeaturesSchemaEditor.Feature
extends Object


Field Summary
(package private)  String name
           
(package private)  Object value
           
 
Constructor Summary
FeaturesSchemaEditor.Feature(String name, Object value)
           
 
Method Summary
(package private)  Object getDefaultValue()
           
(package private)  boolean isCorrect()
           
(package private)  boolean isRequired()
           
(package private)  boolean isSchemaFeature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

value

Object value
Constructor Detail

FeaturesSchemaEditor.Feature

public FeaturesSchemaEditor.Feature(String name,
                                    Object value)
Method Detail

isSchemaFeature

boolean isSchemaFeature()

isCorrect

boolean isCorrect()

isRequired

boolean isRequired()

getDefaultValue

Object getDefaultValue()