com.levigo.jadice.annotation.profiles
Class TypeRef

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.TypeSetElement
      extended by com.levigo.jadice.annotation.profiles.TypeRef

public class TypeRef
extends TypeSetElement

References an AnnotationType. Exists mainly for JAXB-purposes.


Constructor Summary
TypeRef()
          Deprecated. JAXB usage exclusively
TypeRef(AnnotationFactory factory)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRefName()
          Deprecated. 
 AnnotationFactory getType()
           
 int hashCode()
           
 void setRefName(String refName)
           
 void setType(AnnotationFactory factory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeRef

@Deprecated
public TypeRef()
Deprecated. JAXB usage exclusively


TypeRef

public TypeRef(AnnotationFactory factory)
Method Detail

setRefName

public void setRefName(String refName)

getRefName

@Deprecated
public String getRefName()
Deprecated. 


setType

public void setType(AnnotationFactory factory)

getType

public AnnotationFactory getType()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.