|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IField
Interface for describing and accessing an event value.
Method Summary | |
---|---|
java.lang.String |
getContentType()
Returns the content type |
java.lang.String |
getDescription()
Return a description of the field. |
java.lang.String |
getEventTypePath()
Returns the event type path for the event type. |
java.lang.String |
getIdentifier()
Returns the identifier for the field. |
java.lang.String |
getName()
Returns a human readable name of the field. |
java.util.Set<java.lang.String> |
getPropertyKeys()
Returns the property keys available for the field. |
java.lang.Object |
getPropertyValue(java.lang.String key)
Returns the property value for the field. |
java.lang.String |
getRelationalKey()
Return the relation key for the field, or null if not available. |
FieldType |
getType()
Returns the type of the field. |
java.lang.Object |
getValue(IEvent event)
Returns a field value for an event |
boolean |
isRelational()
Returns true If the field has a relational key. |
boolean |
isSynthetic()
Returns true if the field is synthetic. |
boolean |
isVisible()
Return true if the field should be visible. |
Method Detail |
---|
java.util.Set<java.lang.String> getPropertyKeys()
java.lang.Object getPropertyValue(java.lang.String key)
key
-
java.lang.String getName()
java.lang.String getDescription()
java.lang.Object getValue(IEvent event)
event
- the event
java.lang.String getIdentifier()
java.lang.String getContentType()
java.lang.String getEventTypePath()
boolean isVisible()
boolean isRelational()
boolean isSynthetic()
java.lang.String getRelationalKey()
FieldType getType()
FieldType
for more
information.
FieldType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |