Uses of Class
org.somda.sdc.biceps.model.participant.LocalizedTextWidth
-
Packages that use LocalizedTextWidth Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of LocalizedTextWidth in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type LocalizedTextWidth Modifier and Type Field Description protected List<LocalizedTextWidth>GetLocalizedText. textWidthMethods in org.somda.sdc.biceps.model.message that return types with arguments of type LocalizedTextWidth Modifier and Type Method Description List<LocalizedTextWidth>GetLocalizedText. getTextWidth()Gets the value of the textWidth property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type LocalizedTextWidth Modifier and Type Method Description voidGetLocalizedText. setTextWidth(List<LocalizedTextWidth> value) -
Uses of LocalizedTextWidth in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as LocalizedTextWidth Modifier and Type Field Description protected LocalizedTextWidthLocalizedText. textWidthMethods in org.somda.sdc.biceps.model.participant that return LocalizedTextWidth Modifier and Type Method Description static LocalizedTextWidthLocalizedTextWidth. fromValue(String v)LocalizedTextWidthLocalizedText. getTextWidth()Gets the value of the textWidth property.static LocalizedTextWidthLocalizedTextWidth. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalizedTextWidth[]LocalizedTextWidth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type LocalizedTextWidth Modifier and Type Method Description voidLocalizedText. setTextWidth(LocalizedTextWidth value)Sets the value of the textWidth property.
-