Interface RuntimeMemberTypeString
-
- All Superinterfaces:
RuntimeMemberType
public interface RuntimeMemberTypeString extends RuntimeMemberType
Runtime String member type information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefault()
int
getLength()
boolean
isTranslated()
-
Methods inherited from interface com.redwood.scheduler.api.runtime.RuntimeMemberType
getMultiplicity, getName, getType, isReadOnly
-
-
-
-
Method Detail
-
getDefault
String getDefault()
- Returns:
- the member's default value
-
getLength
int getLength()
- Returns:
- the member's maximum length
-
isTranslated
boolean isTranslated()
- Returns:
- indicates whether the member can be translated
-
-