Class StringInfo
java.lang.Object
com.pnfsoftware.jeb.core.units.code.StringInfo
String information objects used by dynamic-contents managers.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if the string is artificial.Effective string value.longString id.intRendering type. -
Constructor Summary
ConstructorsConstructorDescriptionStringInfo(long id, String effectiveValue, boolean artificial, int rendering) Create string information. -
Method Summary
-
Field Details
-
id
public long idString id. -
effectiveValue
Effective string value. -
artificial
public boolean artificialTrue if the string is artificial. -
rendering
public int renderingRendering type.
-
-
Constructor Details
-
StringInfo
Create string information.- Parameters:
id- string ideffectiveValue- effective string valueartificial- true if the string is artificialrendering- rendering type
-