|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.SpectrumProperties.PropertyId
public static class SpectrumProperties.PropertyId
Represents a tag by which individual properties can be identified.
| Constructor Summary | |
|---|---|
SpectrumProperties.PropertyId(SpectrumProperties.PropertyId base,
int index)
|
|
SpectrumProperties.PropertyId(java.lang.String name,
java.lang.Class type)
|
|
SpectrumProperties.PropertyId(java.lang.String name,
java.lang.String unit,
java.lang.Class type)
|
|
SpectrumProperties.PropertyId(java.lang.String name,
java.lang.String unit,
java.lang.String fmtStr)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getFormatString()
|
java.lang.String |
getName()
getName - Gets the name of this property. |
int |
getPropertyType()
getPropertyType - Returns an integer index (one of Numeric, Timestamp, Boolean, ImageType, Textual or Unknown) to represent the type of item stored in a property identified with this PropertyId. |
java.lang.String |
getUnits()
getUnits - Get the type of units associated with an item of this PropertyId. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpectrumProperties.PropertyId(java.lang.String name,
java.lang.String unit,
java.lang.Class type)
public SpectrumProperties.PropertyId(java.lang.String name,
java.lang.String unit,
java.lang.String fmtStr)
public SpectrumProperties.PropertyId(java.lang.String name,
java.lang.Class type)
public SpectrumProperties.PropertyId(SpectrumProperties.PropertyId base,
int index)
| Method Detail |
|---|
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getName()
public java.lang.String getUnits()
public int getPropertyType()
public java.lang.String getFormatString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||