org.deduced
Interface SchemaAnalyzer

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
SchemaAnalyzerImplementation

public interface SchemaAnalyzer
extends PropertyCollection<java.lang.Object,java.lang.Object>

Interface used to represent the type : schema analyzer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionTypeHolder SCHEMA_ANALYZER_TYPE
          Variable used to hold the PropertyCollectionType for : schema analyzer
static PropertyCollectionListInstanceHolder TYPE_INFORMATION_LIST_INSTANCE
          Variable used to hold the PropertyInstance for : type information list
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 PropertyList getTypeInformationList()
          Get the value of the instance : type information list
 PropertyList setTypeInformationList(PropertyList newValue)
          Set the value of the instance : type information list
 
Methods inherited from interface org.deduced.PropertyCollection
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey
 

Field Detail

SCHEMA_ANALYZER_TYPE

static final PropertyCollectionTypeHolder SCHEMA_ANALYZER_TYPE
Variable used to hold the PropertyCollectionType for : schema analyzer


TYPE_INFORMATION_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder TYPE_INFORMATION_LIST_INSTANCE
Variable used to hold the PropertyInstance for : type information list

Method Detail

getTypeInformationList

PropertyList getTypeInformationList()
Get the value of the instance : type information list

Returns:
type information list

setTypeInformationList

PropertyList setTypeInformationList(PropertyList newValue)
Set the value of the instance : type information list

Parameters:
newValue - new type information list
Returns:
type information list value after the change