public abstract class Property<T> extends Object
protected
Property(String name, Class<T> type)
String
getName()
Class<T>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Property(String name, Class<T> type)
public String getName()
public Class<T> getType()
Copyright © 2017–2022 Okta. All rights reserved.