protected static class PropertyDefinition.Id extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isMultiple |
protected String |
name |
protected int |
requiredType |
Modifier | Constructor and Description |
---|---|
protected |
PropertyDefinition.Id(String name,
boolean isMultiple,
int requiredType) |
protected final String name
protected final boolean isMultiple
protected final int requiredType
protected PropertyDefinition.Id(String name, boolean isMultiple, int requiredType)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.