public abstract class IDAttributeValueFactory extends Object
Constructor and Description |
---|
IDAttributeValueFactory() |
IDAttributeValueFactory(int size) |
Modifier and Type | Method and Description |
---|---|
protected abstract CategoryAttributeValue |
createValue(String id) |
CategoryAttributeValue |
getValueFor(String id) |
Iterator<CategoryAttributeValue> |
valueIterator() |
public IDAttributeValueFactory()
public IDAttributeValueFactory(int size)
public CategoryAttributeValue getValueFor(String id)
protected abstract CategoryAttributeValue createValue(String id)
public Iterator<CategoryAttributeValue> valueIterator()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.