ProtoObjectObjectWAConfigurationAttribute
- SCColorAttribute
- WABooleanAttribute
- WAListAttribute
- WANumberAttribute
- WAStringAttribute
| group | key |
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| group |
|---|
|
| key |
|---|
|
| as yet unclassified |
|---|
| accept: aVisitor with: anObject |
self subclassResponsibility |
| group |
^ group ifNil: [#general] |
| initializeWithKey: keySymbol group: groupSymbol |
key _ keySymbol. group _ groupSymbol |
| key |
^ key |
| stringForValue: anObject |
^ anObject asString |
| valueFromString: aString |
self subclassResponsibility |
| as yet unclassified |
|---|
| key: aSymbol |
^ self key: aSymbol group: nil |
| key: keySymbol group: groupSymbol |
^ self basicNew initializeWithKey: keySymbol group: groupSymbol |