public class VerifyProfileBean.Attribute extends Object implements Comparable<VerifyProfileBean.Attribute>
Constructor and Description |
---|
Attribute(AttributeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VerifyProfileBean.Attribute o) |
Map<String,Object> |
getAnnotations() |
String |
getName() |
String |
getValue() |
boolean |
isReadOnly() |
boolean |
isRequired() |
public Attribute(AttributeMetadata metadata)
public String getName()
public String getValue()
public boolean isRequired()
public boolean isReadOnly()
public int compareTo(VerifyProfileBean.Attribute o)
compareTo
in interface Comparable<VerifyProfileBean.Attribute>
Copyright © 2021 JBoss by Red Hat. All rights reserved.