Interface AttributeValueSyntaxFactory<T>
-
- All Known Implementing Classes:
AbstractAttributeValueSyntaxFactory
public interface AttributeValueSyntaxFactory<T>
Implementations allow to instantiateAttributeValueSyntax
instances.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeValueSyntax<T>
createInstance()
String
getId()
-
-
-
Method Detail
-
createInstance
AttributeValueSyntax<T> createInstance()
-
getId
String getId()
-
-