wt.step.processor.expressParser
Class EntityDefinition.AttributeDefinition

java.lang.Object
  extended bywt.step.processor.expressParser.EntityDefinition.AttributeDefinition
Enclosing class:
EntityDefinition

public class EntityDefinition.AttributeDefinition
extends Object


Field Summary
 String name
           
 String type
           
 
Constructor Summary
EntityDefinition.AttributeDefinition()
           
 
Method Summary
 boolean isListType()
           
 boolean isRoleAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public String type
Constructor Detail

EntityDefinition.AttributeDefinition

public EntityDefinition.AttributeDefinition()
Method Detail

isRoleAttribute

public boolean isRoleAttribute()

isListType

public boolean isListType()