MCPcopy Create free account
hub / github.com/PCGen/pcgen / encodeChoice

Method encodeChoice

code/src/java/pcgen/cdom/base/Persistent.java:39–39  ·  view source on GitHub ↗

Encodes the given choice into a String sufficient to uniquely identify the choice. This may not sufficiently encode to be stored into a file or format which restricts certain characters (such as URLs), it simply encodes into an identifying String. There is no guarantee that this encoding is human re

(T item)

Source from the content-addressed store, hash-verified

37 * @return A String sufficient to uniquely identify the choice.
38 */
39 public String encodeChoice(T item);
40
41 /**
42 * Decodes a given String into a choice of the appropriate type. The String

Callers 14

testEncodeChoiceMethod · 0.65
testEncodeChoiceMethod · 0.65
testEncodeChoiceMethod · 0.65
testEncodeChoiceMethod · 0.65
encodeChoiceMethod · 0.65
getAvailableListMethod · 0.65
getAvailableListMethod · 0.65
encodeChoiceMethod · 0.65
encodeChoiceMethod · 0.65
encodeChoiceMethod · 0.65
encodeChoiceMethod · 0.65
detailedApplyMethod · 0.65

Implementers 15

ArmorProficiencyTokencode/src/java/plugin/lsttokens/choose/
AbilityTokencode/src/java/plugin/lsttokens/choose/
TemplateTokencode/src/java/plugin/lsttokens/choose/
DomainTokencode/src/java/plugin/lsttokens/choose/
DeityTokencode/src/java/plugin/lsttokens/choose/
RaceTokencode/src/java/plugin/lsttokens/choose/
PCStatTokencode/src/java/plugin/lsttokens/choose/
WeaponProficiencyTokencode/src/java/plugin/lsttokens/choose/
EquipmentTokencode/src/java/plugin/lsttokens/choose/
NoChoiceTokencode/src/java/plugin/lsttokens/choose/
SkillTokencode/src/java/plugin/lsttokens/choose/
ShieldProficiencyTokencode/src/java/plugin/lsttokens/choose/

Calls

no outgoing calls

Tested by 4

testEncodeChoiceMethod · 0.52
testEncodeChoiceMethod · 0.52
testEncodeChoiceMethod · 0.52
testEncodeChoiceMethod · 0.52