public abstract class Part<T> extends Object
A Part is composed of a PartType and a value.
PartType
NumericPart
StringPart
ValuePart
protected
Part(PartType partType, T value)
getPartType()
T
getValue()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Part(PartType partType, T value)
public final PartType getPartType()
public final T getValue()
public String toString()
toString
Object
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.