public interface org.hibernate.metamodel.domain.PluralAttribute extends org.hibernate.metamodel.domain.Attribute
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hibernate.metamodel.domain.PluralAttribute
super_class: java.lang.Object
{
public abstract java.lang.String getRole();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.hibernate.metamodel.domain.PluralAttributeNature getNature();
descriptor: ()Lorg/hibernate/metamodel/domain/PluralAttributeNature;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.hibernate.metamodel.domain.Type getElementType();
descriptor: ()Lorg/hibernate/metamodel/domain/Type;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setElementType(org.hibernate.metamodel.domain.Type);
descriptor: (Lorg/hibernate/metamodel/domain/Type;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
elementType
}
SourceFile: "PluralAttribute.java"