Servoy 5.x Public API

com.servoy.j2db.scripting
Interface IPrefixedConstantsObject

All Superinterfaces:
IConstantsObject, IJavaScriptType
All Known Implementing Classes:
JSEvent

public interface IPrefixedConstantsObject
extends IConstantsObject

An interface to create Constants objects for return types IReturnedTypesProvider#getAllReturnedTypes(). Objects implementing this interface must have a default constructor so that getPrefix() can be called. Classes where the prefix can just be the class name can just implement the IConstantsObject

Since:
5.0
See Also:
IScriptObject

Method Summary
 String getPrefix()
           
 

Method Detail

getPrefix

String getPrefix()

Copyright © 2010 Servoy B.V.