com.tensegrity.generic.attribute.customattribute
Class HRefAttribute.HRefAttributeGenerator

java.lang.Object
  extended bycom.tensegrity.generic.attribute.customattribute.HRefAttribute.HRefAttributeGenerator
All Implemented Interfaces:
CustomAttributeGenerator
Enclosing class:
HRefAttribute

public static class HRefAttribute.HRefAttributeGenerator
extends java.lang.Object
implements CustomAttributeGenerator

HRefAttributeGenerator implements the simple generator for HRefAttributes.

Author:
BurkhardWick

Constructor Summary
HRefAttribute.HRefAttributeGenerator()
           
 
Method Summary
 CustomAttribute generateCustomAttribute(java.lang.String name, java.lang.String stringRepresentation)
          Creates a new CustomAttribute by generating the value from the parameter string representation and using the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HRefAttribute.HRefAttributeGenerator

public HRefAttribute.HRefAttributeGenerator()
Method Detail

generateCustomAttribute

public CustomAttribute generateCustomAttribute(java.lang.String name,
                                               java.lang.String stringRepresentation)
Description copied from interface: CustomAttributeGenerator
Creates a new CustomAttribute by generating the value from the parameter string representation and using the given name.

Specified by:
generateCustomAttribute in interface CustomAttributeGenerator
Parameters:
name - the name for the resulting custom attribute.
stringRepresentation - the string representation which will be used to create the CustomAttribute -instance.
Returns:
the newly created CustomAttribute.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.