public class SupportEventPropDesc extends Object
Constructor and Description |
---|
SupportEventPropDesc(String name,
Class clazz) |
SupportEventPropDesc(String name,
EPType type) |
Modifier and Type | Method and Description |
---|---|
SupportEventPropDesc |
componentType(Class componentType) |
SupportEventPropDesc |
fragment() |
SupportEventPropDesc |
fragment(boolean flag) |
Class |
getComponentType() |
String |
getPropertyName() |
EPType |
getPropertyType() |
SupportEventPropDesc |
indexed() |
SupportEventPropDesc |
indexed(boolean flag) |
SupportEventPropDesc |
indexedRequiresIndex() |
boolean |
isFragment() |
boolean |
isIndexed() |
boolean |
isMapped() |
boolean |
isRequiresIndex() |
boolean |
isRequiresMapkey() |
SupportEventPropDesc |
mapped() |
SupportEventPropDesc |
mapped(boolean flag) |
SupportEventPropDesc |
mappedRequiresKey() |
public String getPropertyName()
public EPType getPropertyType()
public boolean isRequiresIndex()
public boolean isRequiresMapkey()
public boolean isIndexed()
public boolean isMapped()
public boolean isFragment()
public Class getComponentType()
public SupportEventPropDesc mapped()
public SupportEventPropDesc mapped(boolean flag)
public SupportEventPropDesc mappedRequiresKey()
public SupportEventPropDesc indexed()
public SupportEventPropDesc indexed(boolean flag)
public SupportEventPropDesc indexedRequiresIndex()
public SupportEventPropDesc componentType(Class componentType)
public SupportEventPropDesc fragment()
public SupportEventPropDesc fragment(boolean flag)
Copyright © 2005–2021. All rights reserved.