Package org.bedework.jsforj
Interface JSRegistration
-
public interface JSRegistrationAllow the registration of new types User: mike Date: 7/25/20 Time: 22:13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRegistrationName()StringgetType(String propertyName)JSTypeInfogetTypeInfo(String typeName)Set<String>propertyNames()
-
-
-
Method Detail
-
getRegistrationName
String getRegistrationName()
- Returns:
- identifier for registration - e.g. rfc or vendor
-
getType
String getType(String propertyName)
- Parameters:
propertyName- from list above- Returns:
- type name
-
getTypeInfo
JSTypeInfo getTypeInfo(String typeName)
-
-