org.jboss.maven.plugins.injection
Class Constant

java.lang.Object
  extended by org.jboss.maven.plugins.injection.TargetMember
      extended by org.jboss.maven.plugins.injection.Constant

public class Constant
extends TargetMember

Specifically, a target field defined as 'static final'.

Author:
Steve Ebersole

Constructor Summary
Constant()
           
 
Method Summary
 String getFieldName()
           
 String getMemberName()
           
 void setFieldName(String fieldName)
           
 
Methods inherited from class org.jboss.maven.plugins.injection.TargetMember
getClassName, getQualifiedName, setClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constant

public Constant()
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getMemberName

public String getMemberName()
Specified by:
getMemberName in class TargetMember


Copyright © 2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.