-
@Serializable() public final class PLYConfigurationCustomProperty
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkeyprivate final PLYCustomPropertyDataTypedataType
-
Constructor Summary
Constructors Constructor Description PLYConfigurationCustomProperty(String key, PLYCustomPropertyDataType dataType)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final PLYCustomPropertyDataTypegetDataType()-
-
Constructor Detail
-
PLYConfigurationCustomProperty
PLYConfigurationCustomProperty(String key, PLYCustomPropertyDataType dataType)
-
-
Method Detail
-
getDataType
final PLYCustomPropertyDataType getDataType()
-
-
-
-